Merge pull request #403 from jtraglia/update-versions

Update versions in preparation of release
This commit is contained in:
George Kadianakis 2024-03-04 19:01:32 +02:00 committed by GitHub
commit 098a4dd264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ on:
branches: branches:
- main - main
env: env:
binding_build_number_based_version: 0.4.0.${{ github.run_number }} binding_build_number_based_version: 0.4.3.${{ github.run_number }}
jobs: jobs:
build-ckzg: build-ckzg:

View File

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

View File

@ -4,7 +4,7 @@ from setuptools import setup, Extension
def main(): def main():
setup( setup(
name="ckzg", name="ckzg",
version="0.4.2", version="0.4.3",
author="Ethereum Foundation", author="Ethereum Foundation",
description="Python bindings for C-KZG-4844", description="Python bindings for C-KZG-4844",
ext_modules=[ ext_modules=[

View File

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