Fix version number

This commit is contained in:
Justin Traglia 2024-02-21 21:14:42 -06:00
parent 31c9b3269f
commit ea41aaf964
1 changed files with 1 additions and 1 deletions

View File

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