Skip to content

Commit

Permalink
bump: version 0.13.0 → 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Feb 27, 2022
1 parent 884ff91 commit 553c269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calcipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from loguru import logger

__version__ = '0.13.0'
__version__ = '0.14.0'
__pkg_name__ = 'calcipy'

logger.disable(__pkg_name__)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ change_type_order = [
"Change (Old)",
"Fix (Old)",
]
version = "0.13.0"
version = "0.14.0"
version_files = ["pyproject.toml", "calcipy/__init__.py"]

[tool.commitizen.cz_legacy_map]
Expand All @@ -46,7 +46,7 @@ multi_line_output = 5

[tool.poetry]
name = "calcipy"
version = "0.13.0"
version = "0.14.0"
description = "Python package to simplify development. Includes functionality for task running, testing, linting, documenting, and more"
license = "MIT"
authors = ["Kyle King <[email protected]>"]
Expand Down

0 comments on commit 553c269

Please sign in to comment.