From a395fc33505ff8eeb866baf96c0bdb0d3b7b32c8 Mon Sep 17 00:00:00 2001 From: levisingularity Date: Tue, 17 Sep 2024 12:30:54 -0300 Subject: [PATCH] Chores: create a new release version 0.9.5 --- hyperon_das/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperon_das/__init__.py b/hyperon_das/__init__.py index 8dc7a65b..9b1c53eb 100644 --- a/hyperon_das/__init__.py +++ b/hyperon_das/__init__.py @@ -7,4 +7,4 @@ __all__ = ['DistributedAtomSpace'] -__version__ = '0.9.4' +__version__ = '0.9.5' diff --git a/pyproject.toml b/pyproject.toml index 6161a8cf..12518dd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperon-das" -version = "0.9.4" +version = "0.9.5" description = "Query Engine API for Distributed AtomSpace" authors = ["marcocapozzoli "] readme = "README.md"