From f619646873e901d78e8ac8476131f60dce36d555 Mon Sep 17 00:00:00 2001 From: shadeofblue Date: Thu, 29 Jun 2023 23:04:25 +0200 Subject: [PATCH] bump version to 0.2.0, bump yapapi to 0.11.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bcdb44b..6a35e1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "LGPL-3.0" @@ -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"}