From 85ee31aae7b9c8cb6a0000336a469abdd89aa705 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Sun, 7 May 2023 20:54:04 +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 f0966159b..a4b0df2a0 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("README.md", "r") as fp: setup( name="litex", - version="2022.12", + version="2023.04", description="Python SoC/Core builder for building FPGA based systems.", long_description=long_description, long_description_content_type="text/markdown",