From 212e1a7076116a8322d1b2edf51200cfc5c116e7 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 23 Feb 2018 13:36:32 +0100 Subject: [PATCH] bump to 0.2.dev --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8bc614c78..bd78a9db9 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",