Skip to content

Commit

Permalink
bump version to 0.3.0-dev, revert to gettting yapapi from the master
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue committed Jul 6, 2023
1 parent f619646 commit 68c002f
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"
version = "0.3.0-dev"
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.0"
yapapi = { git = "https://github.com/golemfactory/yapapi.git", branch = "master"
pydantic = "^1.10.5"
fastapi = "^0.93.0"
uvicorn = {extras = ["standard"], version = "^0.21.0"}
Expand Down

0 comments on commit 68c002f

Please sign in to comment.