Skip to content

Commit

Permalink
fix version no
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jul 15, 2024
1 parent 77b2390 commit e39314c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from importlib.metadata import PackageNotFoundError, version

try:
__version__ = version("{{ cookiecutter.project_slug }}")
__version__ = version("variation-normalizer")
except PackageNotFoundError:
__version__ = "unknown"
finally:
Expand Down

0 comments on commit e39314c

Please sign in to comment.