diff --git a/hyperon_das_atomdb/__init__.py b/hyperon_das_atomdb/__init__.py index ffba1872..64f725ef 100644 --- a/hyperon_das_atomdb/__init__.py +++ b/hyperon_das_atomdb/__init__.py @@ -17,4 +17,4 @@ "AtomDoesNotExist", ] -__version__ = '0.8.3' +__version__ = '0.8.4' diff --git a/pyproject.toml b/pyproject.toml index c1f12a6c..f48d8f99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperon-das-atomdb" -version = "0.8.3" +version = "0.8.4" description = "Persistence layer for Distributed AtomSpace" authors = ["marcocapozzoli "] readme = "README.md"