Skip to content

Commit

Permalink
feat: release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bchmnn committed Jul 17, 2023
1 parent 003ccde commit aa47076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poodle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .poodle import *
from .types import *

__version__ = "0.2.3"
__version__ = "0.2.4"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aa47076

Please sign in to comment.