Skip to content

Commit

Permalink
Bump version 0.3.1 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radupotop committed Apr 15, 2024
1 parent 06df14f commit 1996528
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 @@ -14,7 +14,7 @@ line-ending = "lf"


[tool.bumpver]
current_version = "0.3.1"
current_version = "0.4.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} → {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read_requirements(filename) -> list:

setup(
name='OpenSesame',
version='0.3.1',
version='0.4.0',
packages=find_packages(),
install_requires=read_requirements('requirements.txt'),
extras_require=dict(tests=read_requirements('requirements.test.txt')),
Expand Down

0 comments on commit 1996528

Please sign in to comment.