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:
|
||||
- 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:
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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=[
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "c-kzg"
|
||||
version = "0.1.0"
|
||||
version = "0.4.3"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
links = "ckzg"
|
||||
|
|
Loading…
Reference in New Issue