diff --git a/setup.py b/setup.py index 6fe20f0..52761d5 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 3): setup( name="litescope", - version="0.1", + version="0.2.dev", description="small footprint and configurable embedded FPGA logic analyzer core", long_description=open("README").read(), author="Florent Kermarrec",