From d7df59560e9285147d271558d8297d47d768477b Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Sun, 7 May 2023 20:47:47 +0200 Subject: [PATCH] setup.py: Prepare for 2023.04. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7abc619..8d34159 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("README.md", "r") as fp: setup( name="litedram", - version="2022.12", + version="2023.04", description="Small footprint and configurable DRAM core", long_description=long_description, long_description_content_type="text/markdown",