From 42772f4388560bb512d006db42fc42204eee79a9 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 18 Sep 2023 08:42:17 +0200 Subject: [PATCH] setup.py: Update to 2023.08. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8203a22..7d7a32e 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("README.md", "r") as fp: setup( name="liteeth", - version="2023.04", + version="2023.08", description="Small footprint and configurable Ethernet core", long_description=long_description, long_description_content_type="text/markdown",