setup.py: fix version (0.1)
This commit is contained in:
parent
33e36dc4d7
commit
94290016d0
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ if sys.version_info[:3] < (3, 3):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="liteeth",
|
name="liteeth",
|
||||||
version="1.0",
|
version="0.1",
|
||||||
description="small footprint and configurable Ethernet core",
|
description="small footprint and configurable Ethernet core",
|
||||||
long_description=open("README").read(),
|
long_description=open("README").read(),
|
||||||
author="Florent Kermarrec",
|
author="Florent Kermarrec",
|
||||||
|
|
Loading…
Reference in New Issue