diff --git a/madblog/__init__.py b/madblog/__init__.py index 850505a..13b7089 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -1 +1 @@ -__version__ = '0.1.10' +__version__ = '0.1.11' diff --git a/setup.cfg b/setup.cfg index 56af335..91480ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.10 +current_version = 0.1.11 commit = True tag = True diff --git a/setup.py b/setup.py index 12e4a90..f41f55b 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readfile(file): setup( name='madblog', - version='0.1.10', + version='0.1.11', author='Fabio Manganiello', author_email='info@fabiomanganiello.com', description='A minimal platform for Markdown-based blogs',