Skip to content

Commit

Permalink
Bump version v0.1.3 -> v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Aug 4, 2023
1 parent 203ca87 commit 74aa58e
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.3"
__version__ = "v0.1.4"

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.3"
current_version = "v0.1.4"

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

0 comments on commit 74aa58e

Please sign in to comment.