setup.py: consistent version number

This commit is contained in:
Sebastien Bourdeauducq 2015-11-04 16:46:46 +08:00
parent 1ea775efb6
commit 2de8e1de38
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="1.0",
version="0.2",
description="a high performance and small footprint SoC based on Migen",
long_description=open("README").read(),
author="Sebastien Bourdeauducq",