Merge pull request #1286 from CadQuery/version-fix

Set version for unreleased packages
This commit is contained in:
Jeremy Wright
2023-04-04 17:39:41 -04:00
committed by GitHub

View File

@ -36,12 +36,10 @@ if not is_rtd and not is_appveyor and not is_azure and not is_conda:
"path",
]
setup_reqs = ["setuptools_scm"]
setup(
name="cadquery",
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",
license="Apache Public License 2.0",
author="David Cowden",