From 7d24ac33ae5c8109c48465cf676101b692cf6453 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 5 Jun 2024 22:07:12 +0200 Subject: [PATCH] version: Bump to 2024.04. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0cad44c..6c1754d 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 = "2023.12", + version = "2024.04", description = "Small footprint and configurable Ethernet core", long_description = long_description, long_description_content_type = "text/markdown",