From 1d60882f74bfd0b3d9a78b8fc36b13c364d31ce8 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 4 Nov 2015 16:47:02 +0800 Subject: [PATCH] setup.py: fix version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 080b4291a..d8473447f 100755 --- 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",