Skip to content

Commit

Permalink
Merge branch 'main' into main-github
Browse files Browse the repository at this point in the history
  • Loading branch information
jannismain committed Sep 21, 2023
2 parents 5887118 + 61db416 commit 25f3e19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.0.3
message = bump v{current_version} -> v{new_version}

[bumpversion:file:.bumpversion.cfg]
Expand Down
2 changes: 1 addition & 1 deletion src/init_python_project/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

app = Typer()

__version__ = "0.0.2"
__version__ = "0.0.3"


def version_callback(value: bool) -> None:
Expand Down

0 comments on commit 25f3e19

Please sign in to comment.