Skip to content

Commit

Permalink
bump version 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiLuciferase committed May 11, 2024
1 parent 176cda5 commit 2a58284
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lolcatt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Lukas Lüftinger"""
__email__ = '[email protected]'
__version__ = '0.4.0'
__version__ = '0.4.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exclude = '''
'''

[tool.bumpver]
current_version = "0.4.0"
current_version = "0.4.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/LokiLuciferase/lolcatt',
version='0.4.0',
version='0.4.1',
zip_safe=False,
)

0 comments on commit 2a58284

Please sign in to comment.