Skip to content

Commit

Permalink
Merge pull request #408 from jtraglia/update-versions
Browse files Browse the repository at this point in the history
Update versions in preparation for release
  • Loading branch information
asn-d6 committed Mar 12, 2024
2 parents fb1bc62 + 94205cc commit 43a13f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/csharp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion bindings/node.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c-kzg",
"version": "2.4.3",
"version": "3.0.0",
"description": "NodeJS bindings for C-KZG",
"contributors": [
"Dan Coffman <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def main():
setup(
name="ckzg",
version="0.4.3",
version="1.0.0",
author="Ethereum Foundation",
author_email="[email protected]",
url="https://github.com/ethereum/c-kzg-4844",
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c-kzg"
version = "0.4.3"
version = "1.0.0"
edition = "2021"
license = "Apache-2.0"
links = "ckzg"
Expand Down

0 comments on commit 43a13f3

Please sign in to comment.