From 81687c430bb482ffc26ed5c661517b801ca07d3a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 11 Jun 2022 23:02:37 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.11=20=E2=86=92=200.1.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- madblog/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/madblog/__init__.py b/madblog/__init__.py index 13b7089..e6d0c4f 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -1 +1 @@ -__version__ = '0.1.11' +__version__ = '0.1.12' diff --git a/setup.cfg b/setup.cfg index 91480ee..d271434 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.11 +current_version = 0.1.12 commit = True tag = True diff --git a/setup.py b/setup.py index f41f55b..dd3a7e5 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readfile(file): setup( name='madblog', - version='0.1.11', + version='0.1.12', author='Fabio Manganiello', author_email='info@fabiomanganiello.com', description='A minimal platform for Markdown-based blogs',