From 3184ade0f34d53da18c6c81aa778b1b1b9814e8d Mon Sep 17 00:00:00 2001 From: protolambda Date: Sat, 1 Feb 2020 11:22:01 +0100 Subject: [PATCH] version stub --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b4621d79c..23cad7dfa 100644 --- a/setup.py +++ b/setup.py @@ -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",