From b96a6252c4b6172a597002cd861ffe0f94d9b130 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 27 Sep 2024 09:35:27 +0200 Subject: [PATCH] setup.py: 2024.08 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c1754d..3e029bc 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fp: setup( name = "liteeth", - version = "2024.04", + version = "2024.08", description = "Small footprint and configurable Ethernet core", long_description = long_description, long_description_content_type = "text/markdown",