diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 330d896..a384766 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.11 +current_version = 0.5.12 commit = True tag = True diff --git a/scooby/__init__.py b/scooby/__init__.py index bcaf6d7..10516ad 100644 --- a/scooby/__init__.py +++ b/scooby/__init__.py @@ -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' diff --git a/setup.py b/setup.py index 94cfe50..1470e45 100644 --- a/setup.py +++ b/setup.py @@ -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()