We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697ea04 commit f2977b0Copy full SHA for f2977b0
pyproject.toml
@@ -49,7 +49,7 @@ gencert = "showcert.cli.gencert_main:main"
49
50
[tool.hatch.version]
51
# path = 'showcert:showcert/__main__.py'
52
-path = 'showcert/__init__.py'
+path = 'showcert/__about__.py'
53
54
[tool.hatch.metadata]
55
# license-files = ["LICENSE"]
showcert/__about__.py
@@ -1 +1 @@
1
-__version__ = '0.3.2'
+__version__ = '0.3.3'
0 commit comments