Skip to content

Commit

Permalink
bump version to 0.3.0-dev, revert to using the dapp-runner from main
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue committed Jul 6, 2023
1 parent dccd593 commit 5e06a2d
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-manager"
version = "0.2.0"
version = "0.3.0-dev"
description = "Golem dapp-manager - run decetralized apps on the Golem Network using a 'docker-compose'-like interface"
authors = ["Golem Factory <contact@golem.network>"]
license = "LGPL-3.0"
Expand Down Expand Up @@ -35,7 +35,7 @@ psutil = "^5.9"
appdirs = "^1.4"
click = "^7.0" # requires bump to goth's dependencies https://github.com/golemfactory/goth/issues/605
pydantic = "^1.9"
dapp-runner = "0.2.0"
dapp-runner = { git = "https://github.com/golemfactory/dapp-runner.git", branch = "main" }
mako = "^1.2.4"
requests = "^2.31.0"

Expand Down

0 comments on commit 5e06a2d

Please sign in to comment.