From 9c2d2ffecb3b04dc11decb3295ef46dd3ad023fd Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Wed, 19 Jul 2023 14:39:23 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5f5fe49..b092810 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True diff --git a/setup.py b/setup.py index a260e67..3e12951 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="pantomime", - version="0.6.0", + version="0.6.1", description="MIME type normalisation and labels.", long_description=long_description, long_description_content_type="text/markdown",