setup.py: fix version number
authorSebastien Bourdeauducq <sb@m-labs.hk>
Wed, 4 Nov 2015 08:47:02 +0000 (16:47 +0800)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Wed, 4 Nov 2015 08:47:02 +0000 (16:47 +0800)
setup.py

index 080b4291ae5801c04e5212e399ab6e38609bec13..d8473447fac2f0f75bf15c1552f85ebc927a22fa 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 3):
 
 setup(
     name="misoc",
-    version="0.2",
+    version="0.1",
     description="a high performance and small footprint SoC based on Migen",
     long_description=open("README").read(),
     author="Sebastien Bourdeauducq",