From 89bfd6b90c4725738b002fe6d9277d12dd6f9aaf Mon Sep 17 00:00:00 2001 From: cschen Date: Thu, 19 Sep 2024 21:37:38 +0200 Subject: [PATCH] fix(ci-python): don't overwrite current pypi wheels. use different version. --- dist/py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/py/pyproject.toml b/dist/py/pyproject.toml index 7556caf..8275de7 100644 --- a/dist/py/pyproject.toml +++ b/dist/py/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codemp" -version = "0.7.0" +version = "0.0.1" description = "code multiplexer" requires-python = ">=3.8" license = "GPL-3.0-only"