From d18adc52203db2c48f456368612cc3951b48401e Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 4 Dec 2022 15:16:18 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.10=20=E2=86=92=200.2.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- madblog/__init__.py | 2 +- setup.cfg | 3 +-- setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/madblog/__init__.py b/madblog/__init__.py index e913eb4..c5b683c 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -1 +1 @@ -__version__ = '0.2.10' +__version__ = '0.2.11' diff --git a/setup.cfg b/setup.cfg index 9cc3371..5754408 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,7 @@ [bumpversion] -current_version = 0.2.10 +current_version = 0.2.11 commit = True tag = True [metadata] description-file = README.md - diff --git a/setup.py b/setup.py index 972d92d..246e221 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readfile(file): setup( name='madblog', - version='0.2.10', + version='0.2.11', author='Fabio Manganiello', author_email='info@fabiomanganiello.com', description='A minimal platform for Markdown-based blogs',