Update versions in preparation for release (#428)

This commit is contained in:
Justin Traglia 2024-05-07 15:25:24 -05:00 committed by GitHub
parent 98c419eed5
commit c38957257f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View File

@ -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:

2
Cargo.lock generated
View File

@ -78,7 +78,7 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
[[package]]
name = "c-kzg"
version = "1.0.0"
version = "1.0.2"
dependencies = [
"bindgen",
"blst",

View File

@ -1,6 +1,6 @@
[package]
name = "c-kzg"
version = "1.0.0"
version = "1.0.2"
edition = "2021"
license = "Apache-2.0"
links = "ckzg"

View File

@ -23,7 +23,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/ethereum/c-kzg-4844</RepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>0.1.0.0</Version>
<Version>0.1.0.2</Version>
</PropertyGroup>
<ItemGroup>

View File

@ -1,6 +1,6 @@
{
"name": "c-kzg",
"version": "3.0.0",
"version": "3.0.2",
"description": "NodeJS bindings for C-KZG",
"contributors": [
"Dan Coffman <dgcoffman@gmail.com>",

View File

@ -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",