From: Sebastien Bourdeauducq Date: Wed, 4 Nov 2015 08:46:46 +0000 (+0800) Subject: setup.py: consistent version number X-Git-Tag: 24jan2021_ls180~2104 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2de8e1de3879ddf4be8aeaf7dba8bb65e6df77cd;p=litex.git setup.py: consistent version number --- diff --git a/setup.py b/setup.py index 39cbcf46..080b4291 100755 --- a/setup.py +++ b/setup.py @@ -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",