Skip to content

Commit

Permalink
bump version 0.4.1 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiLuciferase committed May 12, 2024
1 parent 04b647c commit 6f45d56
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__ = 'lukas.lueftinger@outlook.com'
__version__ = '0.4.1'
__version__ = '0.5.0'
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.1"
current_version = "0.5.0"
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.1',
version='0.5.0',
zip_safe=False,
)

0 comments on commit 6f45d56

Please sign in to comment.