Skip to content

Commit

Permalink
bump version to 0.2.0, bump yapapi to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue committed Jun 29, 2023
1 parent 487e578 commit f619646
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,6 +1,6 @@
[tool.poetry]
name = "dapp-runner"
version = "0.2.0-alpha.0"
version = "0.2.0"
description = "Golem dapp-runner - a high-level interface for running decentralized applications using the Golem Network."
authors = ["Golem Factory <[email protected]>"]
license = "LGPL-3.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ pyyaml = "^5.0" # requires bump to goth's dependencies https://github.com/golem
shortuuid = "^1.0"
ansicolors = "^1.1.8"
networkx = "^2.8"
yapapi = "0.11.0a0"
yapapi = "0.11.0"
pydantic = "^1.10.5"
fastapi = "^0.93.0"
uvicorn = {extras = ["standard"], version = "^0.21.0"}
Expand Down

0 comments on commit f619646

Please sign in to comment.