Skip to content

Commit

Permalink
Bump version v0.1.5 -> v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmatthis committed Aug 21, 2023
1 parent f1273b4 commit 2836570
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,5 +1,5 @@
"""A simple bot what for to talk to 🤖❤️✨"""
__version__ = "v0.1.5"
__version__ = "v1.0.0"

from jonbot.system.configure_logging import configure_logging, LogLevel

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


[tool.bumpver]
current_version = "v0.1.5"
current_version = "v1.0.0"

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

0 comments on commit 2836570

Please sign in to comment.