Skip to content

Commit

Permalink
feat: release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bchmnn committed Jul 7, 2023
1 parent 6acf566 commit fb2e502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.0.3"
version = "0.0.4"
description = "Moodle SDK for python"
readme = "README.md"
authors = [{ name = "Jacob Bachmann", email = "jacob.bachmann@posteo.de" }]
Expand All @@ -29,7 +29,7 @@ dev = ["black", "pip-tools", "bumpver", "build", "twine", "git-changelog"]
Homepage = "https://github.com/bchmnn/poodle"

[tool.bumpver]
current_version = "0.0.3"
current_version = "0.0.4"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "feat: release v{new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/poodle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .corews import *
from .poodle import *

__version__ = "0.0.3"
__version__ = "0.0.4"

0 comments on commit fb2e502

Please sign in to comment.