diff --git a/hyperon_das_atomdb/__init__.py b/hyperon_das_atomdb/__init__.py index 68fc25b..b443d21 100644 --- a/hyperon_das_atomdb/__init__.py +++ b/hyperon_das_atomdb/__init__.py @@ -16,4 +16,4 @@ "AtomDoesNotExist", ] -__version__ = '0.8.8' +__version__ = '0.8.9' diff --git a/pyproject.toml b/pyproject.toml index 6942ef5..fb5ce0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperon-das-atomdb" -version = "0.8.8" +version = "0.8.9" description = "Persistence layer for Distributed AtomSpace" authors = ["marcocapozzoli "] readme = "README.md"