bump to 0.2.dev
This commit is contained in:
parent
62c4bdd102
commit
302a484697
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 3):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="litescope",
|
name="litescope",
|
||||||
version="0.1",
|
version="0.2.dev",
|
||||||
description="small footprint and configurable embedded FPGA logic analyzer core",
|
description="small footprint and configurable embedded FPGA logic analyzer core",
|
||||||
long_description=open("README").read(),
|
long_description=open("README").read(),
|
||||||
author="Florent Kermarrec",
|
author="Florent Kermarrec",
|
||||||
|
|
Loading…
Reference in New Issue