setup.py: consistent version number
This commit is contained in:
parent
046b59853f
commit
180ba95dd4
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 3):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="migen",
|
name="migen",
|
||||||
version="1.0",
|
version="0.2",
|
||||||
description="Python toolbox for building complex digital hardware",
|
description="Python toolbox for building complex digital hardware",
|
||||||
long_description=open("README.rst").read(),
|
long_description=open("README.rst").read(),
|
||||||
author="Sebastien Bourdeauducq",
|
author="Sebastien Bourdeauducq",
|
||||||
|
|
Loading…
Reference in New Issue