Merge pull request #403 from jtraglia/update-versions
Update versions in preparation of release
This commit is contained in:
commit
098a4dd264
|
@ -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…
Reference in New Issue