We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4791051 commit f870167Copy full SHA for f870167
1 file changed
setup.py
@@ -24,7 +24,7 @@ def run_tests(self):
24
25
setup(
26
name="FinancialApplications",
27
- version="0.0.1",
+ version=os.getenv("TAG_NAME", "0.0.1"),
28
author="Alberto Pedro Manzano Herrero & Gonzalo Ferro Costas",
29
license="European Union Public License 1.2",
30
0 commit comments