From 0e6339847a18e9de1b6279b122417fa1d2271078 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 5 Jun 2024 22:11:47 +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 cb135bb..a643ff0 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fp: setup( name = "litex-boards", - version = "2023.12", + version = "2024.04", description = "LiteX supported boards", long_description = long_description, long_description_content_type = "text/markdown",