setup.py: Prepare for 2023.04.

This commit is contained in:
Florent Kermarrec 2023-05-07 20:54:04 +02:00
parent 0f1ad8dcfc
commit 85ee31aae7
1 changed files with 1 additions and 1 deletions

View File

@ -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",