diff --git a/riscv_config/__init__.py b/riscv_config/__init__.py index dfbbd6a..9eb8981 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.16.0' +__version__ = '3.17.0' diff --git a/setup.cfg b/setup.cfg index 24483d1..d521827 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.16.0 +current_version = 3.17.0 commit = True tag = True