setup.py: Bump to 2023.12 to prepare release.

This commit is contained in:
Florent Kermarrec 2023-12-25 15:35:26 +01:00
parent 2e77a18d71
commit 429f9ab20b
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-boards",
version = "2023.08",
version = "2023.12",
description = "LiteX supported boards",
long_description = long_description,
long_description_content_type = "text/markdown",