From 94205cc1f66924b3eeb87a60e670929e04b32bd8 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Tue, 12 Mar 2024 08:19:33 -0500 Subject: [PATCH] Update versions in preparation for release --- .github/workflows/csharp-tests.yml | 2 +- bindings/node.js/package.json | 2 +- bindings/python/setup.py | 2 +- bindings/rust/Cargo.lock | 2 +- bindings/rust/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/csharp-tests.yml b/.github/workflows/csharp-tests.yml index 59d1e35a3..13357b3ec 100644 --- a/.github/workflows/csharp-tests.yml +++ b/.github/workflows/csharp-tests.yml @@ -11,7 +11,7 @@ on: branches: - main env: - binding_build_number_based_version: 0.4.3.${{ github.run_number }} + binding_build_number_based_version: 1.0.0.${{ github.run_number }} jobs: build-ckzg: diff --git a/bindings/node.js/package.json b/bindings/node.js/package.json index 2014da644..f4d05184d 100644 --- a/bindings/node.js/package.json +++ b/bindings/node.js/package.json @@ -1,6 +1,6 @@ { "name": "c-kzg", - "version": "2.4.3", + "version": "3.0.0", "description": "NodeJS bindings for C-KZG", "contributors": [ "Dan Coffman ", diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 20a686f1d..332f45909 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -8,7 +8,7 @@ def main(): setup( name="ckzg", - version="0.4.3", + version="1.0.0", author="Ethereum Foundation", author_email="security@ethereum.org", url="https://github.com/ethereum/c-kzg-4844", diff --git a/bindings/rust/Cargo.lock b/bindings/rust/Cargo.lock index cbc9f15eb..362ef25fb 100644 --- a/bindings/rust/Cargo.lock +++ b/bindings/rust/Cargo.lock @@ -78,7 +78,7 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" [[package]] name = "c-kzg" -version = "0.4.3" +version = "1.0.0" dependencies = [ "bindgen", "blst", diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 9907bd135..5a10d419d 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c-kzg" -version = "0.4.3" +version = "1.0.0" edition = "2021" license = "Apache-2.0" links = "ckzg"