Skip to content

Commit

Permalink
Chores: create a new release version 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Apr 5, 2024
1 parent 0610249 commit 654adfb
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 @@ -2,4 +2,4 @@

__all__ = ['DistributedAtomSpace']

__version__ = '0.7.4'
__version__ = '0.7.5'
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.7.4"
version = "0.7.5"
description = "Query Engine API for Distributed AtomSpace"
authors = ["marcocapozzoli <[email protected]>"]
readme = "README.md"
Expand All @@ -14,7 +14,7 @@ packages = [{include = "hyperon_das"}]

[tool.poetry.dependencies]
python = "^3.8.5"
hyperon-das-atomdb = "0.6.3"
hyperon-das-atomdb = "0.6.4"
requests = "^2.31.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 654adfb

Please sign in to comment.