Skip to content

Commit ec886ed

Browse files
author
sdd
committed
⬆️ version commons
1 parent 19ade0f commit ec886ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

allure-python-commons-il/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def main():
2626
setup(
2727
name=PACKAGE,
2828
# use_scm_version={"root": "..", "relative_to": __file__},
29-
dynamic = ["version"],
29+
# dynamic = ["version"],
30+
version='0.0.1',
3031
setup_requires=['setuptools_scm'],
3132
description=(
3233
"Contains the API for end users as well as helper functions and "

0 commit comments

Comments
 (0)