Skip to content

Commit ff83f99

Browse files
authored
Getting set up for the new 2.5 dev cycle (#1496)
1 parent c44978d commit ff83f99

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.4.0"
7+
__version__ = "2.5-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.4.0", # Update this for the next release
42+
version="2.5.0dev", # Update this for the next release
4343
url="https://github.com/CadQuery/cadquery",
4444
license="Apache Public License 2.0",
4545
author="David Cowden",

0 commit comments

Comments
 (0)