From 2e863da9118eb31f4e4a96081eae08fc8bb531ef Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 2 Aug 2022 17:42:18 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.5=20=E2=86=92=200.2.6?= 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 020ed73..44b1806 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -1 +1 @@ -__version__ = '0.2.2' +__version__ = '0.2.6' diff --git a/setup.cfg b/setup.cfg index b5004e3..ab0e50b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.6 commit = True tag = True diff --git a/setup.py b/setup.py index d594bb2..a8aec63 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readfile(file): setup( name='madblog', - version='0.2.2', + version='0.2.6', author='Fabio Manganiello', author_email='info@fabiomanganiello.com', description='A minimal platform for Markdown-based blogs',