From 2390084fab83645813019c2c1e7357b733a80f2a Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Tue, 17 Jan 2023 11:50:44 +0100 Subject: [PATCH] Prepare v0.2.14 --- iscc_core/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]