Skip to content

Commit 4a3619b

Browse files
Merge pull request #44 from martinkilbinger/version
version only in pyproject
2 parents 4bbd289 + 9b9fd64 commit 4a3619b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cs_util/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@
2323

2424
from warnings import warn
2525

26-
__version__ = "0.1.0"
26+
from importlib.metadata import version
27+
28+
__version__ = version("cs_util")

0 commit comments

Comments
 (0)