Skip to content

Commit

Permalink
bump: version 0.7.0 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfischer committed Jun 28, 2023
1 parent c89c19d commit 04fc700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sphinxcontrib-cadquery"
version = "0.7.0"
version = "0.8.0"
description = "Sphinx extension for rendering CadQuery models."
packages = [
{include = "sphinxcontrib"},
Expand Down Expand Up @@ -86,7 +86,7 @@ spyder = "^5.4.1"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.7.0"
version = "0.8.0"
major_version_zero = true
tag_format = "$version"
annotated_tag = true
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/cadquery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)
from .domain import CadQueryDomain, set_svg_image_uri

__version__ = "0.7.0"
__version__ = "0.8.0"

_ROOT_DIR = Path(__file__).absolute().parent

Expand Down

0 comments on commit 04fc700

Please sign in to comment.