mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
Merge pull request #1780 from timkpaine/tkp/version
update version number to 2023.08
This commit is contained in:
commit
351a583f1c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ with open("README.md", "r") as fp:
|
|||
|
||||
setup(
|
||||
name="litex",
|
||||
version="2023.04",
|
||||
version="2023.08",
|
||||
description="Python SoC/Core builder for building FPGA based systems.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
Loading…
Reference in a new issue