Skip to content

Commit

Permalink
chore: release config
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Mar 12, 2024
1 parent 51af489 commit 4deaff2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[tool.poetry]
name = "operate"
version = "0.1.0"
name = "olas-operate-middleware"
version = "0.1.0-rc0"
description = ""
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
readme = "README.md"
packages = [
{ include = "operate" }
]
include = [
"operate/data/acn/*",
"operate/data/contracts/*",
Expand All @@ -19,7 +22,7 @@ python = "<4.0,>=3.8"
open-autonomy = ">=0.14.7"
open-aea-ledger-ethereum = ">=1.48.0.post1"
docker = "6.1.2"
clea = "^0.1.0rc4"
clea = ">=0.1.0rc4"
starlette = ">=0.36.3"
uvicorn = ">=0.27.0"
requests-toolbelt = "1.0.0"
Expand Down

0 comments on commit 4deaff2

Please sign in to comment.