mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
move up version
This commit is contained in:
parent
d7886c5fc5
commit
81203855a6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -10,11 +10,11 @@ with open("README.md", "r") as fp:
|
|||
|
||||
setup(
|
||||
name="litedram",
|
||||
version="2022.12",
|
||||
description="Small footprint and configurable DRAM core",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
author="Florent Kermarrec",
|
||||
version="2022.12",
|
||||
author_email="florent@enjoy-digital.fr",
|
||||
url="http://enjoy-digital.fr",
|
||||
download_url="https://github.com/enjoy-digital/litedram",
|
||||
|
|
Loading…
Reference in a new issue