version: Bump to 2024.04.
This commit is contained in:
parent
8bb3caee5f
commit
0e6339847a
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fp:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "litex-boards",
|
name = "litex-boards",
|
||||||
version = "2023.12",
|
version = "2024.04",
|
||||||
description = "LiteX supported boards",
|
description = "LiteX supported boards",
|
||||||
long_description = long_description,
|
long_description = long_description,
|
||||||
long_description_content_type = "text/markdown",
|
long_description_content_type = "text/markdown",
|
||||||
|
|
Loading…
Reference in New Issue