Skip to content

Commit f870167

Browse files
authored
Update setup.py
1 parent 4791051 commit f870167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def run_tests(self):
2424

2525
setup(
2626
name="FinancialApplications",
27-
version="0.0.1",
27+
version=os.getenv("TAG_NAME", "0.0.1"),
2828
author="Alberto Pedro Manzano Herrero & Gonzalo Ferro Costas",
2929
license="European Union Public License 1.2",
3030

0 commit comments

Comments
 (0)