diff --git a/setup.py b/setup.py index a4b0df2a0..08af7085f 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("README.md", "r") as fp: setup( name="litex", - version="2023.04", + version="2023.08", description="Python SoC/Core builder for building FPGA based systems.", long_description=long_description, long_description_content_type="text/markdown",