bump to 0.2.dev
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 23 Feb 2018 12:36:32 +0000 (13:36 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 23 Feb 2018 12:36:32 +0000 (13:36 +0100)
setup.py

index 8bc614c787bd9868e835ae9298998fcb74366125..bd78a9db96c11e9a0fe3563eaac5370a4a75fca5 100755 (executable)
--- 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",