From cfd929f36fbea2002d2971ae5c9ebb96875543ea Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 16 Apr 2023 01:51:15 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.15=20=E2=86=92=200.2.16?= 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 a2570eb..dce113e 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -1 +1 @@ -__version__ = '0.2.15' +__version__ = '0.2.16' diff --git a/setup.cfg b/setup.cfg index 56185e5..70bb361 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.15 +current_version = 0.2.16 commit = True tag = True diff --git a/setup.py b/setup.py index 7c298da..5a76958 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readfile(file): setup( name='madblog', - version='0.2.15', + version='0.2.16', author='Fabio Manganiello', author_email='info@fabiomanganiello.com', description='A minimal platform for Markdown-based blogs',