diff --git a/hyperon_das/__init__.py b/hyperon_das/__init__.py index 82bc0a6f..8dc7a65b 100644 --- a/hyperon_das/__init__.py +++ b/hyperon_das/__init__.py @@ -7,4 +7,4 @@ __all__ = ['DistributedAtomSpace'] -__version__ = '0.9.3' +__version__ = '0.9.4' diff --git a/pyproject.toml b/pyproject.toml index 00463aa2..95581b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperon-das" -version = "0.9.3" +version = "0.9.4" description = "Query Engine API for Distributed AtomSpace" authors = ["marcocapozzoli "] readme = "README.md" @@ -16,7 +16,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" -hyperon-das-atomdb = "0.8.1" +hyperon-das-atomdb = "0.8.2" requests = "^2.31.0" grpcio = "^1.62.2" google = "^3.0.0"