Skip to content

Commit 25f3e19

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

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)