Skip to content

Commit

Permalink
Bump version v0.1.1 -> v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Aug 4, 2023
1 parent 31130b1 commit d0cf22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jonbot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""A simple bot"""

__version__ = "v0.1.1"
__version__ = "v0.1.2"

from jonbot.layer3_data_layer.system.configure_logging import configure_logging

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dynamic = ["version"]


[tool.bumpver]
current_version = "v0.1.1"
current_version = "v0.1.2"

version_pattern = "vMAJOR.MINOR.PATCH[-TAG]"
commit_message = "Bump version {old_version} -> {new_version}"
Expand Down

0 comments on commit d0cf22f

Please sign in to comment.