From 6ff4aea715f3dc46df307f14cbf9a17654aeb0e7 Mon Sep 17 00:00:00 2001 From: Adrian Altenhoff Date: Wed, 12 Oct 2022 06:57:06 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.1=20=E2=86=92=200.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omark/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/omark/__init__.py b/omark/__init__.py index 550adbe..fbbe1af 100644 --- a/omark/__init__.py +++ b/omark/__init__.py @@ -17,7 +17,7 @@ from datetime import date __packagename__ = "omark" -__version__ = "0.2.1" +__version__ = "0.2.2" __copyright__ = "(C) 2022-{:d} Yannis Nevers ".format( date.today().year ) diff --git a/setup.cfg b/setup.cfg index f583b43..6b4cef7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = False