Skip to content

Commit

Permalink
fix: version flag should print version from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Amberson committed Oct 31, 2024
1 parent 37ef3cb commit 1e7ec6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hebikani/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "1.6.4"
import importlib.metadata

__version__ = importlib.metadata.version("hebikani")

0 comments on commit 1e7ec6d

Please sign in to comment.