Prepping for a 2.2 release

This commit is contained in:
Jeremy Wright
2023-01-23 10:57:00 -05:00
parent 4a79b31dae
commit 30145df5a0
4 changed files with 56 additions and 7 deletions

View File

@ -40,7 +40,8 @@ if not is_rtd and not is_appveyor and not is_azure and not is_conda:
setup(
name="cadquery",
use_scm_version=True,
# use_scm_version=True,
version="2.2.0",
url="https://github.com/CadQuery/cadquery",
license="Apache Public License 2.0",
author="David Cowden",