Skip to content

Commit 4d8bbf5

Browse files
authored
Merge pull request #1255 from CadQuery/release
Switching version info back to the in-between releases scheme
2 parents 58447f8 + a86c717 commit 4d8bbf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2.0"
7+
__version__ = "2.3-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040

4141
setup(
4242
name="cadquery",
43-
# use_scm_version=True,
44-
version="2.2.0",
43+
use_scm_version=True,
44+
# version="2.3.0", # Uncomment this for the next release
4545
url="https://github.com/CadQuery/cadquery",
4646
license="Apache Public License 2.0",
4747
author="David Cowden",

0 commit comments

Comments
 (0)