Skip to content

Commit 7cff170

Browse files
committed
Removed hard-coded version number in __init__.py
1 parent 162e3c5 commit 7cff170

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cadquery/__init__.py

Lines changed: 1 addition & 3 deletions
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-
pass
7+
__version__ = "2.2-dev"
88

99
# these items point to the OCC implementation
1010
from .occ_impl.geom import Plane, BoundBox, Vector, Matrix, Location
@@ -77,5 +77,3 @@
7777
"plugins",
7878
"Sketch",
7979
]
80-
81-
__version__ = "2.1"

0 commit comments

Comments
 (0)