Skip to content

Commit

Permalink
fix: update version to 0.2.0-rc23 in package.json and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Dec 13, 2024
1 parent 13bd3ae commit 88a51d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "olas-operate-middleware"
version = "0.2.0-rc9"
version = "0.2.0-rc23"
description = ""
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 88a51d4

Please sign in to comment.