Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Aug 28, 2023
1 parent 344bc31 commit c7ea095
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ def gen_packages_items():
# See https://github.com/pypa/setuptools_scm/ for more information
setup_requires=['setuptools_scm'],
use_scm_version={
'write_to_template': '__version__ = "0.2"',
'write_to': 'wbia-whaleridgefindr/_version.py',
'write_to_template': '__version__ = "{version}"',
'tag_regex': '^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$',
'local_scheme': 'dirty-tag',
},
Expand Down

0 comments on commit c7ea095

Please sign in to comment.