Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfischer committed Jan 29, 2023
1 parent a231d6a commit d5ea206
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.3.0"
version = "0.4.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.3.0"
version = "0.4.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 @@ -13,7 +13,7 @@
LegacyCqVtkDirective,
)

__version__ = "0.3.0"
__version__ = "0.4.0"

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

Expand Down

0 comments on commit d5ea206

Please sign in to comment.