update version number to 2023.08
This commit is contained in:
parent
a2c2c211c5
commit
6162a6dc90
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ with open("README.md", "r") as fp:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="litex",
|
name="litex",
|
||||||
version="2023.04",
|
version="2023.08",
|
||||||
description="Python SoC/Core builder for building FPGA based systems.",
|
description="Python SoC/Core builder for building FPGA based systems.",
|
||||||
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