setup.py: consistent version number
This commit is contained in:
parent
1ea775efb6
commit
2de8e1de38
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 3):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="misoc",
|
name="misoc",
|
||||||
version="1.0",
|
version="0.2",
|
||||||
description="a high performance and small footprint SoC based on Migen",
|
description="a high performance and small footprint SoC based on Migen",
|
||||||
long_description=open("README").read(),
|
long_description=open("README").read(),
|
||||||
author="Sebastien Bourdeauducq",
|
author="Sebastien Bourdeauducq",
|
||||||
|
|
Loading…
Reference in New Issue