From c38957257fc798e68941abbbb0269b0e99f9fc63 Mon Sep 17 00:00:00 2001
From: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
Date: Tue, 7 May 2024 15:25:24 -0500
Subject: [PATCH] Update versions in preparation for release (#428)
---
.github/workflows/csharp-tests.yml | 2 +-
Cargo.lock | 2 +-
Cargo.toml | 2 +-
bindings/csharp/Ckzg.Bindings/Ckzg.Bindings.csproj | 4 ++--
bindings/node.js/package.json | 2 +-
setup.py | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/csharp-tests.yml b/.github/workflows/csharp-tests.yml
index 9bc699c..5e0cba3 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: 1.0.0.${{ github.run_number }}
+ binding_build_number_based_version: 1.0.2.${{ github.run_number }}
jobs:
build-ckzg:
diff --git a/Cargo.lock b/Cargo.lock
index 362ef25..65860b8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -78,7 +78,7 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
[[package]]
name = "c-kzg"
-version = "1.0.0"
+version = "1.0.2"
dependencies = [
"bindgen",
"blst",
diff --git a/Cargo.toml b/Cargo.toml
index ca63df3..38623a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c-kzg"
-version = "1.0.0"
+version = "1.0.2"
edition = "2021"
license = "Apache-2.0"
links = "ckzg"
diff --git a/bindings/csharp/Ckzg.Bindings/Ckzg.Bindings.csproj b/bindings/csharp/Ckzg.Bindings/Ckzg.Bindings.csproj
index 586b715..0ba99fc 100644
--- a/bindings/csharp/Ckzg.Bindings/Ckzg.Bindings.csproj
+++ b/bindings/csharp/Ckzg.Bindings/Ckzg.Bindings.csproj
@@ -23,7 +23,7 @@
git
https://github.com/ethereum/c-kzg-4844
snupkg
- 0.1.0.0
+ 0.1.0.2
@@ -32,7 +32,7 @@
-
+
diff --git a/bindings/node.js/package.json b/bindings/node.js/package.json
index f4d0518..198a497 100644
--- a/bindings/node.js/package.json
+++ b/bindings/node.js/package.json
@@ -1,6 +1,6 @@
{
"name": "c-kzg",
- "version": "3.0.0",
+ "version": "3.0.2",
"description": "NodeJS bindings for C-KZG",
"contributors": [
"Dan Coffman ",
diff --git a/setup.py b/setup.py
index 927c8b4..42d4c36 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ def main():
setup(
name="ckzg",
- version="1.0.1",
+ version="1.0.2",
author="Ethereum Foundation",
author_email="security@ethereum.org",
url="https://github.com/ethereum/c-kzg-4844",