Skip to content

Commit

Permalink
Merge pull request #403 from jtraglia/update-versions
Browse files Browse the repository at this point in the history
Update versions in preparation of release
  • Loading branch information
asn-d6 committed Mar 4, 2024
2 parents f9abc5f + 8a9014c commit 098a4dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0.${{ github.run_number }}
binding_build_number_based_version: 0.4.3.${{ 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.1.2",
"version": "2.4.3",
"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 @@ -4,7 +4,7 @@
def main():
setup(
name="ckzg",
version="0.4.2",
version="0.4.3",
author="Ethereum Foundation",
description="Python bindings for C-KZG-4844",
ext_modules=[
Expand Down
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.1.0"
version = "0.4.3"
edition = "2021"
license = "Apache-2.0"
links = "ckzg"
Expand Down

0 comments on commit 098a4dd

Please sign in to comment.