diff --git a/poodle/__init__.py b/poodle/__init__.py index 48ab49b..e696a67 100644 --- a/poodle/__init__.py +++ b/poodle/__init__.py @@ -5,4 +5,4 @@ from .poodle import * from .types import * -__version__ = "0.2.3" +__version__ = "0.2.4" diff --git a/pyproject.toml b/pyproject.toml index 562a3d9..e76ce55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bchmnn.poodle" -version = "0.2.3" +version = "0.2.4" description = "Python Moodle SDK" readme = "README.md" authors = [{ name = "Jacob Bachmann", email = "jacob.bachmann@posteo.de" }] @@ -42,7 +42,7 @@ Homepage = "https://github.com/bchmnn/poodle" "poodle" = ["py.typed"] [tool.bumpver] -current_version = "0.2.3" +current_version = "0.2.4" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "feat: release v{new_version}" commit = true