Skip to content

Commit ac7273b

Browse files
authored
Merge pull request #1286 from CadQuery/version-fix
Set version for unreleased packages
2 parents 2d35517 + 05dd733 commit ac7273b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@
3636
"path",
3737
]
3838

39-
setup_reqs = ["setuptools_scm"]
4039

4140
setup(
4241
name="cadquery",
43-
use_scm_version=True,
44-
# version="2.3.0", # Uncomment this for the next release
42+
version="2.3.0dev", # Update this for the next release
4543
url="https://github.com/CadQuery/cadquery",
4644
license="Apache Public License 2.0",
4745
author="David Cowden",

0 commit comments

Comments
 (0)