Skip to content

Commit 25f3e19

Browse files
committed
Merge branch 'main' into main-github
2 parents 5887118 + 61db416 commit 25f3e19

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.2
2+
current_version = 0.0.3
33
message = bump v{current_version} -> v{new_version}
44

55
[bumpversion:file:.bumpversion.cfg]

src/init_python_project/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
app = Typer()
99

10-
__version__ = "0.0.2"
10+
__version__ = "0.0.3"
1111

1212

1313
def version_callback(value: bool) -> None:

0 commit comments

Comments
 (0)