mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +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:
|
||||
version = ".post".join(version)
|
||||
if is_dev_build():
|
||||
version += ".dev2"
|
||||
version += ".dev0"
|
||||
else:
|
||||
version = version[0]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user