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

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