diff --git a/iscc_core/__init__.py b/iscc_core/__init__.py index dca8cfc..1efa65b 100644 --- a/iscc_core/__init__.py +++ b/iscc_core/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.13" +__version__ = "0.2.14" from iscc_core.options import core_opts, conformant_options # Import full api to toplevel diff --git a/pyproject.toml b/pyproject.toml index b0394da..52ab400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iscc-core" -version = "0.2.13" +version = "0.2.14" build = "build.py" description = "ISCC - Core Algorithms" authors = ["Titusz "]