setup.py: Bump to 2023.12 to prepare release.

This commit is contained in:
Florent Kermarrec 2023-12-25 15:33:14 +01:00
parent b55cd3d481
commit 8ed232f8dc
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 = "litedram",
version = "2023.08",
version = "2023.12",
description = "Small footprint and configurable DRAM core",
long_description = long_description,
long_description_content_type = "text/markdown",