mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
setup.py: fix version number
This commit is contained in:
parent
2de8e1de38
commit
1d60882f74
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 3):
|
|||
|
||||
setup(
|
||||
name="misoc",
|
||||
version="0.2",
|
||||
version="0.1",
|
||||
description="a high performance and small footprint SoC based on Migen",
|
||||
long_description=open("README").read(),
|
||||
author="Sebastien Bourdeauducq",
|
||||
|
|
Loading…
Reference in a new issue