version stub

This commit is contained in:
protolambda 2020-02-01 11:22:01 +01:00
parent cd4e99f10e
commit 3184ade0f3
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623

View File

@ -430,6 +430,7 @@ with open("README.md", "rt", encoding="utf8") as f:
setup(
name='eth2spec',
version='0.0.1', # initial version, see #1584 and #1596
description="Eth2 spec, provided as Python package for tooling and testing",
long_description=readme,
long_description_content_type="text/markdown",