Skip to content

Commit b2adeb4

Browse files
authored
Moved back to development version scheme (#1745)
1 parent 23af517 commit b2adeb4

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.5.2"
7+
__version__ = "2.6-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
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name="cadquery",
41-
version="2.5.2", # Update this for the next release
41+
version="2.6-dev", # Update this for the next release
4242
url="https://github.com/CadQuery/cadquery",
4343
license="Apache Public License 2.0",
4444
author="David Cowden",

0 commit comments

Comments
 (0)