diff --git a/setup.py b/setup.py index 2533efe..e02cb3e 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open("README.md", "r", encoding="utf-8") as fp: setup( name = "litex-boards", - version = "2023.08", + version = "2023.12", description = "LiteX supported boards", long_description = long_description, long_description_content_type = "text/markdown",