mirror of
https://github.com/enjoy-digital/litescope.git
synced 2025-01-04 09:52:27 -05:00
setup.py: fix version (0.1)
This commit is contained in:
parent
2877ead735
commit
b989ad6ce2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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",
|
||||
|
|
Loading…
Reference in a new issue