From 88a51d4e3b096f440db90ecba4dd0aeab110a8f6 Mon Sep 17 00:00:00 2001 From: truemiller Date: Fri, 13 Dec 2024 19:59:46 +0000 Subject: [PATCH] fix: update version to 0.2.0-rc23 in package.json and pyproject.toml --- package.json | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1bc7185f8..66844d9c2 100644 --- a/package.json +++ b/package.json @@ -66,11 +66,11 @@ "download-binaries": "sh download_binaries.sh", "build:pearl": "sh build_pearl.sh" }, - "version": "0.2.0-rc9", + "version": "0.2.0-rc23", "engines": { "node": ">=20", "yarn": ">=1.22.0", "npm": "please-use-yarn" }, "engineStrict": true -} +} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3cc32c215..ac8d86eab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.2.0-rc9" +version = "0.2.0-rc23" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"