From 61fc3a027c7f7d71444db3e657918a3cfa6effb2 Mon Sep 17 00:00:00 2001 From: Tongkun Zhang Date: Wed, 25 Jan 2023 01:04:46 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.4.6=20=E2=86=92=202.4.7?= 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 7a4b305..f804c50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.6 +current_version = 2.4.7 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 c9e914f..999d130 100644 --- a/src/makei/__init__.py +++ b/src/makei/__init__.py @@ -1 +1 @@ -__version__ = "2.4.6" +__version__ = "2.4.7"