diff --git a/setup.py b/setup.py index 40edae446..c5a4e7d37 100644 --- a/setup.py +++ b/setup.py @@ -36,12 +36,10 @@ "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",