Skip to content

Commit f515d2c

Browse files
authored
Moved back to version scheme for development (#1360)
1 parent 8e7eb30 commit f515d2c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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.3.1"
7+
__version__ = "2.4-dev"
88

99
# these items point to the OCC implementation
1010
from .occ_impl.geom import Plane, BoundBox, Vector, Matrix, Location

changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Changes
22
=======
33

44
2.3.1 (latest release)
5+
------
56

67
This was an incremental release to fix a broken PyPI package.
78

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.3.1", # Update this for the next release
42+
version="2.4.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)