From 8ed232f8dc70fc3fbbc4d29c841b76a6c14f66fd Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 25 Dec 2023 15:33:14 +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 78cb563..965e67a 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fp: setup( name = "litedram", - version = "2023.08", + version = "2023.12", description = "Small footprint and configurable DRAM core", long_description = long_description, long_description_content_type = "text/markdown",