setup.py: fix version (0.1)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 29 Apr 2016 12:39:14 +0000 (14:39 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 29 Apr 2016 12:39:14 +0000 (14:39 +0200)
setup.py

index 3b98b6d455a5f3641f0f1642b6a5e5ff0650b43b..eda9238d0d26ea542d912ff6dce2990aa59d93ed 100755 (executable)
--- 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",