setup.py: Prepare for 2023.04.

This commit is contained in:
Florent Kermarrec 2023-05-07 20:48:15 +02:00
parent 117fb37b24
commit d607d9f34b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ with open("README.md", "r") as fp:
setup( setup(
name="liteeth", name="liteeth",
version="2022.12", version="2023.04",
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",