Skip to content

Commit

Permalink
bump: version 0.2.2 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alwinw committed Apr 8, 2023
1 parent 26c0180 commit f0c8321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test-extras = ["test"]
before-build = "rm -rf {project}/build"

[tool.commitizen]
version = "0.2.2"
version = "0.3.0"
tag_format = "v$version"
version_files = ["pyproject.toml:version", "setup.py"]
update_changelog_on_bump = true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def build_extension(self, ext): # sourcery skip: use-named-expression
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="python-janus",
version="0.2.2",
version="0.3.0",
author="Alwin Wang",
author_email="16846521+AlwinW@users.noreply.github.com",
url="https://github.com/alwinw/pyJanus",
Expand Down

0 comments on commit f0c8321

Please sign in to comment.