mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
fix(ci-python): don't overwrite current pypi wheels. use different version.
This commit is contained in:
parent
5741eacc85
commit
89bfd6b90c
1 changed files with 1 additions and 1 deletions
2
dist/py/pyproject.toml
vendored
2
dist/py/pyproject.toml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue