diff --git a/pyproject.toml b/pyproject.toml index 36ced07..2aa19ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ quote-style = "single" [tool.bumpversion] -current_version = "1.3.0" +current_version = "1.3.1" tag = true sign_tags = true commit = true diff --git a/src/ridiwise/__init__.py b/src/ridiwise/__init__.py index 19b4f1d..72837bd 100644 --- a/src/ridiwise/__init__.py +++ b/src/ridiwise/__init__.py @@ -1 +1 @@ -__version__ = '1.3.0' +__version__ = '1.3.1'