Bump to version 2.3.1 to fix broken PyPI package

This commit is contained in:
Jeremy Wright
2023-06-28 09:17:59 -04:00
parent 96b36a7a15
commit 8e7eb30125
4 changed files with 8 additions and 4 deletions

View File

@ -39,7 +39,7 @@ if not is_rtd and not is_appveyor and not is_azure and not is_conda:
setup(
name="cadquery",
version="2.3.0", # Update this for the next release
version="2.3.1", # Update this for the next release
url="https://github.com/CadQuery/cadquery",
license="Apache Public License 2.0",
author="David Cowden",