mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
Fix pip dev version numbering
This commit is contained in:
parent
18ea280388
commit
725576fc42
@ -72,7 +72,7 @@ def get_version(cwd):
|
|||||||
if len(version) > 1:
|
if len(version) > 1:
|
||||||
version = ".post".join(version)
|
version = ".post".join(version)
|
||||||
if is_dev_build():
|
if is_dev_build():
|
||||||
version += ".dev2"
|
version += ".dev0"
|
||||||
else:
|
else:
|
||||||
version = version[0]
|
version = version[0]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user