We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bbd289 + 9b9fd64 commit 4a3619bCopy full SHA for 4a3619b
1 file changed
cs_util/__init__.py
@@ -23,4 +23,6 @@
23
24
from warnings import warn
25
26
-__version__ = "0.1.0"
+from importlib.metadata import version
27
+
28
+__version__ = version("cs_util")
0 commit comments