Skip to content

Commit

Permalink
Bump version 0.4.2 → 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
radupotop committed Apr 17, 2024
1 parent 36efdf7 commit ddcaa34
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.4.2"
current_version = "0.4.3"
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.4.2',
version='0.4.3',
packages=find_packages(),
install_requires=read_requirements('requirements.txt'),
extras_require=dict(tests=read_requirements('requirements.test.txt')),
Expand Down

0 comments on commit ddcaa34

Please sign in to comment.