setup.py: 2024.08 release.

This commit is contained in:
Florent Kermarrec 2024-09-27 09:37:11 +02:00
parent 50bb6bb1ff
commit 58e916d86e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fp:
setup(
name = "litex",
version = "2024.04",
version = "2024.08",
description = "Python SoC/Core builder for building FPGA based systems.",
long_description = long_description,
long_description_content_type = "text/markdown",