setup.py: Bump to 2024.12.

This commit is contained in:
Florent Kermarrec 2025-01-07 09:41:31 +01:00
parent e1947384a9
commit 861a539821

View file

@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fp:
setup( setup(
name = "litex-boards", name = "litex-boards",
version = "2024.08", version = "2024.12",
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",