From 276db9e0d97e9d3894028034dbccfcc8b5d0f255 Mon Sep 17 00:00:00 2001 From: andre-senna <> Date: Wed, 18 Sep 2024 18:13:54 -0300 Subject: [PATCH] Chores: create a new release version 0.9.10 --- 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 ef3bc677..cb9de6ab 100644 --- a/hyperon_das/__init__.py +++ b/hyperon_das/__init__.py @@ -7,4 +7,4 @@ __all__ = ['DistributedAtomSpace'] -__version__ = '0.9.9' +__version__ = '0.9.10' diff --git a/pyproject.toml b/pyproject.toml index 7f8edcec..ae9ed48c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyperon-das" -version = "0.9.9" +version = "0.9.10" description = "Query Engine API for Distributed AtomSpace" authors = ["marcocapozzoli "] readme = "README.md"