From d607d9f34bfbae3f6e162078f51ea78319ea79ab Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Sun, 7 May 2023 20:48:15 +0200 Subject: [PATCH] setup.py: Prepare for 2023.04. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 920a0ab..8203a22 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("README.md", "r") as fp: setup( name="liteeth", - version="2022.12", + version="2023.04", description="Small footprint and configurable Ethernet core", long_description=long_description, long_description_content_type="text/markdown",