Skip to content

Commit f2977b0

Browse files
committed
0.3.3, version in __about__
1 parent 697ea04 commit f2977b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ gencert = "showcert.cli.gencert_main:main"
4949

5050
[tool.hatch.version]
5151
# path = 'showcert:showcert/__main__.py'
52-
path = 'showcert/__init__.py'
52+
path = 'showcert/__about__.py'
5353

5454
[tool.hatch.metadata]
5555
# license-files = ["LICENSE"]

showcert/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.2'
1+
__version__ = '0.3.3'

0 commit comments

Comments
 (0)