From 6c4a0ddb83313b2e930d488ad0cc7e3a65027bcc Mon Sep 17 00:00:00 2001 From: Neel Gala Date: Wed, 3 Jan 2024 18:07:35 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.15.0=20=E2=86=92=203.16.0?= 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 b9924a8..dfbbd6a 100644 --- a/riscv_config/__init__.py +++ b/riscv_config/__init__.py @@ -1,4 +1,4 @@ from pkgutil import extend_path __path__ = extend_path(__path__, __name__) -__version__ = '3.15.0' +__version__ = '3.16.0' diff --git a/setup.cfg b/setup.cfg index 3cb111e..24483d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.15.0 +current_version = 3.16.0 commit = True tag = True