diff --git a/hyperon_das_atomdb/__init__.py b/hyperon_das_atomdb/__init__.py index 24aea8f1..4cd72a58 100644 --- a/hyperon_das_atomdb/__init__.py +++ b/hyperon_das_atomdb/__init__.py @@ -16,4 +16,4 @@ "AtomDoesNotExist", ] -__version__ = '0.8.5' +__version__ = '0.8.6' diff --git a/pyproject.toml b/pyproject.toml index e92fc4c9..2de05f0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperon-das-atomdb" -version = "0.8.5" +version = "0.8.6" description = "Persistence layer for Distributed AtomSpace" authors = ["marcocapozzoli "] readme = "README.md"