From: Florent Kermarrec Date: Fri, 29 Apr 2016 12:39:14 +0000 (+0200) Subject: setup.py: fix version (0.1) X-Git-Tag: 24jan2021_ls180~1955 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fb0fe925eaf0d34cbe99f5319c77c9ea86f002b;p=litex.git setup.py: fix version (0.1) --- diff --git a/setup.py b/setup.py index 3b98b6d4..eda9238d 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 3): setup( name="litex", - version="1.0", + version="0.1", description="Python tools to design FPGA cores and SoCs", long_description=open("README").read(), author="Florent Kermarrec",