1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added github tagging

This commit is contained in:
Krateng 2019-12-13 17:37:22 +01:00
parent a06149df15
commit c95ce17451

View File

@ -33,3 +33,7 @@ setuptools.setup(
]
}
)
import os
os.system("git tag v" + ".".join(str(n) for n in module.version))