From b989ad6ce2d87eff73f8ba3cddd280b29cfafeb6 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 29 Apr 2016 14:41:47 +0200 Subject: [PATCH] setup.py: fix version (0.1) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f80731..0f11a8a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 3): setup( name="litescope", - version="1.0", + version="0.1", description="small footprint and configurable embedded FPGA logic analyzer core", long_description=open("README").read(), author="Florent Kermarrec",