mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-24 00:49:30 +00:00
Update versions in preparation for release
This commit is contained in:
parent
fb1bc6217c
commit
94205cc1f6
2
.github/workflows/csharp-tests.yml
vendored
2
.github/workflows/csharp-tests.yml
vendored
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "c-kzg",
|
||||
"version": "2.4.3",
|
||||
"version": "3.0.0",
|
||||
"description": "NodeJS bindings for C-KZG",
|
||||
"contributors": [
|
||||
"Dan Coffman <dgcoffman@gmail.com>",
|
||||
|
@ -8,7 +8,7 @@ long_description = (this_directory / "README.md").read_text()
|
||||
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",
|
||||
|
2
bindings/rust/Cargo.lock
generated
2
bindings/rust/Cargo.lock
generated
@ -78,7 +78,7 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
||||
|
||||
[[package]]
|
||||
name = "c-kzg"
|
||||
version = "0.4.3"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"blst",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "c-kzg"
|
||||
version = "0.4.3"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
links = "ckzg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user