From: Florent Kermarrec Date: Fri, 23 Feb 2018 12:36:32 +0000 (+0100) Subject: bump to 0.2.dev X-Git-Tag: 24jan2021_ls180~1739 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=212e1a7076116a8322d1b2edf51200cfc5c116e7;p=litex.git bump to 0.2.dev --- diff --git a/setup.py b/setup.py index 8bc614c7..bd78a9db 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 5): setup( name="litex", - version="0.1", + version="0.2.dev", description="Python tools to design FPGA cores and SoCs", long_description=open("README").read(), author="Florent Kermarrec",