setup.py: Bump to 2023.12 to prepare release.
This commit is contained in:
parent
b55cd3d481
commit
8ed232f8dc
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue