diff --git a/riscv_config/__init__.py b/riscv_config/__init__.py index ff5baad..811d1c3 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.2' \ No newline at end of file +__version__ = '3.14.0' \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index b45ae17..fcf0cc2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.13.2 +current_version = 3.14.0 commit = True tag = True