From 4981a135d56d92710dae36aa5acf767f3121f70f Mon Sep 17 00:00:00 2001 From: Sanjula Ganepola Date: Fri, 6 Dec 2024 09:21:39 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.4.30=20=E2=86=92=202.4.31?= 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 c21ad94..bd56395 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.30 +current_version = 2.4.31 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 7fbe1f2..fc93ebc 100644 --- a/src/makei/__init__.py +++ b/src/makei/__init__.py @@ -1 +1 @@ -__version__ = "2.4.30" +__version__ = "2.4.31"