Skip to content

Commit

Permalink
Version updated from 0.6.3 to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp committed Jul 21, 2024
1 parent 5b26687 commit 8f9b4b5
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.6.3"
current_version = "0.6.4"
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.6.3"
version = "0.6.4"
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.6.3
partcad==0.6.4
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.6.3"
__version__: str = "0.6.4"
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.6.3"
version = "0.6.4"
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 @@ -52,4 +52,4 @@
"plugins",
]

__version__: str = "0.6.3"
__version__: str = "0.6.4"

0 comments on commit 8f9b4b5

Please sign in to comment.