Skip to content

Commit

Permalink
Prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn committed Feb 11, 2025
1 parent 2c86028 commit 8d6093a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ethereum
description = Ethereum specification, provided as a Python package for tooling and testing
name = ethereum-execution
description = Ethereum execution layer specification, provided as a Python package for tooling and testing
long_description = file: README.md
long_description_content_type = text/markdown
version = attr: ethereum.__version__
Expand All @@ -9,6 +9,12 @@ license_files =
LICENSE.md
classifiers =
License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: CPython
Intended Audience :: Developers
Natural Language :: English

[options]
packages =
Expand Down Expand Up @@ -120,7 +126,7 @@ install_requires =
pycryptodome>=3,<4
coincurve>=20,<21
typing_extensions>=4.2
py_ecc @ git+https://github.com/petertdavies/py_ecc.git@127184f4c57b1812da959586d0fe8f43bb1a2389
py-ecc>=8.0.0b2,<9
ethereum-types>=0.2.1,<0.3
ethereum-rlp>=0.1.1,<0.2

Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""
import sys

__version__ = "0.1.0"
__version__ = "1.17.0rc6.dev1"

#
# Ensure we can reach 1024 frames of recursion
Expand Down

0 comments on commit 8d6093a

Please sign in to comment.