From a4b74c32c144656f243b0b8296eee943231442b7 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 25 Dec 2023 15:34:01 +0100 Subject: [PATCH] setup.py: Bump to 2023.12 to prepare release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57499098..cecc1deb 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name = "liteeth", - version = "2023.08", + version = "2023.12", description = "Small footprint and configurable Ethernet core", long_description = long_description, long_description_content_type = "text/markdown",