Skip to content

Commit 7a0b6cc

Browse files
authored
Merge branch 'CadQuery:master' into use-pathlib
2 parents 54bc32b + dadf151 commit 7a0b6cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cadquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__version__ = version("cadquery")
55
except PackageNotFoundError:
66
# package is not installed
7-
__version__ = "2.6.0"
7+
__version__ = "2.7-dev"
88

99
# these items point to the OCC implementation
1010
from .occ_impl.geom import Plane, BoundBox, Vector, Matrix, Location

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name="cadquery",
42-
version="2.6.0",
42+
version="2.7-dev",
4343
url="https://github.com/CadQuery/cadquery",
4444
license="Apache Public License 2.0",
4545
author="David Cowden",

0 commit comments

Comments
 (0)