Updates for 2.3.0 release

This commit is contained in:
Jeremy Wright
2023-06-26 10:19:20 -04:00
parent b96eb8a255
commit fc609bff59
4 changed files with 30 additions and 5 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.0dev", # Update this for the next release
version="2.3.0", # Update this for the next release
url="https://github.com/CadQuery/cadquery",
license="Apache Public License 2.0",
author="David Cowden",