setup.py: Bump to 2023.12 to prepare release.
This commit is contained in:
parent
d3a05ae631
commit
a4b74c32c1
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fp:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "liteeth",
|
name = "liteeth",
|
||||||
version = "2023.08",
|
version = "2023.12",
|
||||||
description = "Small footprint and configurable Ethernet core",
|
description = "Small footprint and configurable Ethernet core",
|
||||||
long_description = long_description,
|
long_description = long_description,
|
||||||
long_description_content_type = "text/markdown",
|
long_description_content_type = "text/markdown",
|
||||||
|
|
Loading…
Reference in New Issue