Update versions in preparation of release

This commit is contained in:
Justin Traglia 2024-03-04 10:32:55 -06:00
parent f9abc5fad3
commit 8a9014cf3e
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -4,7 +4,7 @@ from setuptools import setup, Extension
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=[

View File

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