Skip to content

Commit

Permalink
Chores: create a new release version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Senna committed Sep 10, 2024
1 parent 84ec75c commit 533eaa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hyperon_das/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__all__ = ['DistributedAtomSpace']

__version__ = '0.9.3'
__version__ = '0.9.4'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand All @@ -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"
Expand Down

0 comments on commit 533eaa9

Please sign in to comment.