Skip to content

Commit d83c995

Browse files
committed
Fix version in setup.py to using git_tag()
1 parent 0c7fdcb commit d83c995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="samplesheet_validator",
6-
version="TEST",
6+
version=git_tag(),
77
description="Python library for samplesheet validation",
88
url="https://github.com/moka-guys/samplesheet_validator",
99
author="Rachel Duffin",

0 commit comments

Comments
 (0)