diff --git a/madblog/__init__.py b/madblog/__init__.py index a874e9e..831cdc7 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -1 +1 @@ -__version__ = '0.2.19' +__version__ = '0.2.20' diff --git a/setup.cfg b/setup.cfg index 1085c25..0b064eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,8 @@ [bumpversion] -current_version = 0.2.19 +current_version = 0.2.20 commit = True tag = True [metadata] description-file = README.md + diff --git a/setup.py b/setup.py index e3258a2..ff95412 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readfile(file): setup( name='madblog', - version='0.2.19', + version='0.2.20', author='Fabio Manganiello', author_email='info@fabiomanganiello.com', description='A minimal platform for Markdown-based blogs',