From 5b27e8cbc992909b1a9fa4831c3fa183b43b9980 Mon Sep 17 00:00:00 2001 From: Ardian Date: Thu, 17 Oct 2024 12:51:18 +0200 Subject: [PATCH] bump: rc168 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8f19c4e6c..c7f911a5e 100644 --- a/package.json +++ b/package.json @@ -63,5 +63,5 @@ "download-binaries": "sh download_binaries.sh", "build:pearl": "sh build_pearl.sh" }, - "version": "0.1.0-rc167" + "version": "0.1.0-rc168" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ba2cefa5d..01a3f85bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.1.0-rc167" +version = "0.1.0-rc168" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"