setup.py: fix version number

This commit is contained in:
Sebastien Bourdeauducq 2015-11-04 16:47:02 +08:00
parent 2de8e1de38
commit 1d60882f74
1 changed files with 1 additions and 1 deletions

View File

@ -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",