From 0eb29e8c5a529639a06a0e7a2d54eec50d918512 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 1 May 2023 23:21:00 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.17=20=E2=86=92=200.2.18?= 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 1a2ddeb..3b4facc 100644 --- a/madblog/__init__.py +++ b/madblog/__init__.py @@ -1 +1 @@ -__version__ = '0.2.17' +__version__ = '0.2.18' diff --git a/setup.cfg b/setup.cfg index d15df2e..43217c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.17 +current_version = 0.2.18 commit = True tag = True diff --git a/setup.py b/setup.py index e06b5e2..49f2bee 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def readfile(file): setup( name='madblog', - version='0.2.17', + version='0.2.18', author='Fabio Manganiello', author_email='info@fabiomanganiello.com', description='A minimal platform for Markdown-based blogs',