From 0754698b326fe5dccc4046227082c9c7739d063a Mon Sep 17 00:00:00 2001 From: Irfan Sharif Date: Fri, 27 Oct 2023 14:43:53 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.4.19=20=E2=86=92=202.4.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- src/makei/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5ac5592..4d27320 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.19 +current_version = 2.4.20 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} commit = True diff --git a/src/makei/__init__.py b/src/makei/__init__.py index 42c8401..966de22 100644 --- a/src/makei/__init__.py +++ b/src/makei/__init__.py @@ -1 +1 @@ -__version__ = "2.4.19" +__version__ = "2.4.20"