diff --git a/jonbot/__init__.py b/jonbot/__init__.py index 7855461..cfe91d9 100644 --- a/jonbot/__init__.py +++ b/jonbot/__init__.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index a328c5f..18b8889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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}"