Skip to content

Commit

Permalink
Bump version: 0.5.11 → 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Mar 2, 2022
1 parent 2e9bb4e commit 999d9ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.11
current_version = 0.5.12
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion scooby/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
__author__ = 'Dieter Werthmüller & Bane Sullivan'
__license__ = 'MIT'
__copyright__ = '2019, Dieter Werthmüller & Bane Sullivan'
__version__ = '0.5.11'
__version__ = '0.5.12'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import setuptools

__version__ = '0.5.11'
__version__ = '0.5.12'

with io.open("README.md", "r", encoding="utf-8") as f:
long_description = f.read()
Expand Down

0 comments on commit 999d9ca

Please sign in to comment.