Skip to content

Commit

Permalink
Update library versions in project file
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity authored Feb 26, 2024
1 parent 4cd79ec commit 0f422c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "hyperon-das"
version = "0.4.5"
version = "0.4.6"
description = "Query Engine API for Distributed AtomSpace"
authors = ["marcocapozzoli <[email protected]>"]
readme = "README.md"
packages = [{include = "hyperon_das"}]

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

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

0 comments on commit 0f422c1

Please sign in to comment.