mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-11 02:35:53 +00:00
Update versions in preparation of release
This commit is contained in:
parent
f9abc5fad3
commit
8a9014cf3e
2
.github/workflows/csharp-tests.yml
vendored
2
.github/workflows/csharp-tests.yml
vendored
@ -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:
|
||||||
|
@ -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>",
|
||||||
|
@ -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=[
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user