setup.py: 2024.08 release.
This commit is contained in:
parent
203579f9ac
commit
e96710f0dd
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fp:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "litedram",
|
name = "litedram",
|
||||||
version = "2024.04",
|
version = "2024.08",
|
||||||
description = "Small footprint and configurable DRAM core",
|
description = "Small footprint and configurable DRAM core",
|
||||||
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