diff --git a/setup.py b/setup.py index fb139718d..dda177423 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 3): setup( name="migen", - version="1.0", + version="0.2", description="Python toolbox for building complex digital hardware", long_description=open("README.rst").read(), author="Sebastien Bourdeauducq",