From 5693051c4359d77b6026188543197e7381665a4d Mon Sep 17 00:00:00 2001 From: Karthik B K Date: Wed, 20 Sep 2023 17:25:37 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.13.1=20=E2=86=92=203.13.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- riscv_config/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/riscv_config/__init__.py b/riscv_config/__init__.py index 158bf7d..ff5baad 100644 --- a/riscv_config/__init__.py +++ b/riscv_config/__init__.py @@ -1,3 +1,3 @@ from pkgutil import extend_path __path__ = extend_path(__path__, __name__) -__version__ = '3.13.1' \ No newline at end of file +__version__ = '3.13.2' \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 4a2ea57..b45ae17 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.13.1 +current_version = 3.13.2 commit = True tag = True