From 5ac7b6559a7c76eb73c60a6e3713e72b28f2e020 Mon Sep 17 00:00:00 2001 From: truemiller Date: Fri, 7 Feb 2025 10:25:01 +0000 Subject: [PATCH] chore: bump version to 0.2.0-rc202 in package.json and pyproject.toml --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 928f564c6..987f2facf 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "start:frontend": "cd frontend && yarn start", "test:frontend": "cd frontend && yarn test" }, - "version": "0.2.0-rc201", + "version": "0.2.0-rc202", "engine": { "node": ">=20", "yarn": ">=1.22.0", diff --git a/pyproject.toml b/pyproject.toml index ab7fa2e46..835dd7268 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-app" -version = "0.2.0-rc201" +version = "0.2.0-rc202" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"