From c63aa01b9ddb2600989d76dfdaadc05111b89c27 Mon Sep 17 00:00:00 2001 From: shadeofblue Date: Tue, 29 Aug 2023 10:55:56 +0200 Subject: [PATCH] bump own version and dapp-runner's version to release --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2f4d6e..6f86cf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dapp-manager" -version = "0.3.0-alpha.1" +version = "0.3.0" description = "Golem dapp-manager - run decetralized apps on the Golem Network using a 'docker-compose'-like interface" authors = ["Golem Factory "] license = "LGPL-3.0" @@ -38,7 +38,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.3.0a0" +dapp-runner = "^0.3" mako = "^1.2.4" requests = "^2.31.0"