Set version

This commit is contained in:
AU
2023-03-14 07:17:36 +01:00
committed by GitHub
parent 436ab5860f
commit 0dd4047c66

View File

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