Skip to content

Commit

Permalink
Version updated from 0.7.12 to 0.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp committed Oct 12, 2024
1 parent 41f0ad0 commit d10241e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.7.12"
current_version = "0.7.13"
commit = "true"
commit_args = "--no-verify"
tag = "true"
Expand Down
2 changes: 1 addition & 1 deletion partcad-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "partcad-cli"
version = "0.7.12"
version = "0.7.13"
description = "Command-line interface to PartCAD"
readme = "README.md"
keywords = ["cadquery", "build123d", "cad", "design", "openscad", "step", "stl"]
Expand Down
2 changes: 1 addition & 1 deletion partcad-cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
partcad==0.7.12
partcad==0.7.13
renderlab
rlPyCairo
svglib
Expand Down
2 changes: 1 addition & 1 deletion partcad-cli/src/partcad_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"main_cli",
]

__version__: str = "0.7.12"
__version__: str = "0.7.13"
2 changes: 1 addition & 1 deletion partcad/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "partcad"
version = "0.7.12"
version = "0.7.13"
description = "Package manager for CAD models and a modelling framework"
readme = "README.md"
keywords = ["cadquery", "build123d", "cad", "design", "openscad", "step", "stl"]
Expand Down
2 changes: 1 addition & 1 deletion partcad/src/partcad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"exception",
]

__version__: str = "0.7.12"
__version__: str = "0.7.13"

0 comments on commit d10241e

Please sign in to comment.