diff --git a/client/bindings/java/CHANGELOG.md b/client/bindings/java/CHANGELOG.md index 9840f2b3f..a4be9fb32 100644 --- a/client/bindings/java/CHANGELOG.md +++ b/client/bindings/java/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> -## 1.0.0-rc.2 - 2023-02-08 +## 1.0.0-rc.2 - 2023-02-09 ### Added diff --git a/client/bindings/java/build.gradle b/client/bindings/java/build.gradle index 3a6996192..f641586ce 100644 --- a/client/bindings/java/build.gradle +++ b/client/bindings/java/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'org.iota' -version = '1.0.0-rc.1' +version = '1.0.0-rc.2' nexusPublishing { repositories { diff --git a/client/bindings/python/CHANGELOG.md b/client/bindings/python/CHANGELOG.md index e694d06a2..b3e454f3e 100644 --- a/client/bindings/python/CHANGELOG.md +++ b/client/bindings/python/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security --> -## 1.0.0-rc.2 - 2023-02-08 +## 1.0.0-rc.2 - 2023-02-09 ### Added diff --git a/client/bindings/python/Cargo.toml b/client/bindings/python/Cargo.toml index b852a5360..e9b7d6ec4 100644 --- a/client/bindings/python/Cargo.toml +++ b/client/bindings/python/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "iota-client" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" authors = [ "IOTA Stiftung" ] edition = "2021" description = "Python bindings for the IOTA client library" diff --git a/client/bindings/python/setup.py b/client/bindings/python/setup.py index 72a3881e4..ecbc5f2a6 100644 --- a/client/bindings/python/setup.py +++ b/client/bindings/python/setup.py @@ -22,10 +22,10 @@ def get_py_version_cfgs(): setup( name="iota_client", - version="1.0.0.rc.1", + version="1.0.0.rc.2", classifiers=[ "License :: SPDX-License-Identifier :: Apache-2.0", - "Development Status :: 1.0.0.rc.1", + "Development Status :: 1.0.0.rc.2", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Rust", diff --git a/client/bindings/wasm/package.json b/client/bindings/wasm/package.json index ab72b0abf..29e9a52c7 100644 --- a/client/bindings/wasm/package.json +++ b/client/bindings/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@iota/client-wasm", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "WebAssembly bindings for the IOTA client library", "repository": { "type": "git",