Skip to content

Commit dadf151

Browse files
authored
Changes to move back to development versioning (#1907)
1 parent 18b15d6 commit dadf151

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
@@ -40,7 +40,7 @@
4040

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

0 commit comments

Comments
 (0)