From 94621f56bb3a27ada1ef4ea188bdc8aa8c156004 Mon Sep 17 00:00:00 2001 From: Irfan Sharif Date: Wed, 5 Jul 2023 11:20:07 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.4.13=20=E2=86=92=202.4.14?= 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 39a048a..daea5f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.13 +current_version = 2.4.14 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 9ee2f15..2db3c8a 100644 --- a/src/makei/__init__.py +++ b/src/makei/__init__.py @@ -1 +1 @@ -__version__ = "2.4.13" +__version__ = "2.4.14"