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
KyleKing committed Oct 21, 2022
1 parent 42aa33a commit ac31593
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
Expand Up @@ -7,7 +7,7 @@ ignore_patterns = ["__TOC.md"]

[tool.commitizen]
name = "cz_legacy"
version = "0.3.0"
version = "0.4.0"
version_files = ["pyproject.toml", "recipes/__init__.py"]
change_type_order = [
"BREAKING CHANGE",
Expand Down Expand Up @@ -37,7 +37,7 @@ multi_line_output = 5

[tool.poetry]
name = "recipes"
version = "0.3.0"
version = "0.4.0"
description = "Recipe Website"
license = "MIT"
authors = ["Kyle King <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion recipes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from loguru import logger

__version__ = '0.3.0'
__version__ = '0.4.0'
__pkg_name__ = 'recipes'

logger.disable(__pkg_name__)
Expand Down

0 comments on commit ac31593

Please sign in to comment.