diff --git a/package.json b/package.json index 6e27bf8f..c1a27e48 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "start:frontend": "cd frontend && yarn start", "test:frontend": "cd frontend && yarn test" }, - "version": "0.2.0-rc46", + "version": "0.2.0-rc47", "engine": { "node": ">=20", "yarn": ">=1.22.0", diff --git a/pyproject.toml b/pyproject.toml index 1d5ed82f..bc0b1560 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.2.0-rc46" +version = "0.2.0-rc47" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"