Moved back to development version scheme (#1745)

This commit is contained in:
Jeremy Wright
2025-01-07 12:53:31 -05:00
committed by GitHub
parent 23af517a66
commit b2adeb4adb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ try:
__version__ = version("cadquery")
except PackageNotFoundError:
# package is not installed
__version__ = "2.5.2"
__version__ = "2.6-dev"
# these items point to the OCC implementation
from .occ_impl.geom import Plane, BoundBox, Vector, Matrix, Location

View File

@ -38,7 +38,7 @@ if not is_rtd and not is_appveyor and not is_azure and not is_conda:
setup(
name="cadquery",
version="2.5.2", # Update this for the next release
version="2.6-dev", # Update this for the next release
url="https://github.com/CadQuery/cadquery",
license="Apache Public License 2.0",
author="David Cowden",