setup.py: Update to 2023.08.
This commit is contained in:
parent
ed81c8cc86
commit
4dec115023
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ with open("README.md", "r") as fp:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="litedram",
|
name="litedram",
|
||||||
version="2023.04",
|
version="2023.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