We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe6d76 commit 34dd053Copy full SHA for 34dd053
setup.py
@@ -24,7 +24,7 @@ def run_tests(self):
24
25
setup(
26
name="neasqcvariational",
27
- version="0.0.4",
+ version=os.getenv("TAG_NAME", "0.0.4"),
28
python_requires='>=3.9',
29
author="Arseny Kovyrshin, Giorgio Silvi",
30
license="European Union Public License 1.2",
0 commit comments