Skip to content

Commit

Permalink
bump: version 1.6.4 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Sep 2, 2023
1 parent 2dfb34e commit 34c877c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion calcipy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from beartype.roar import BeartypeDecorHintPep585DeprecationWarning
from typing_extensions import Self # noqa: UP035

__version__ = '1.6.4'
__version__ = '2.0.0'
__pkg_name__ = 'calcipy'


Expand Down
2 changes: 1 addition & 1 deletion docs/docs/DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ poetry config pypi-token.pypi ...
| `calcipy/tasks/types.py` | 17 | 0 | 0 | 91.3% |
| **Totals** | 1034 | 66 | 174 | 87.3% |

Generated on: 2023-09-01
Generated on: 2023-09-02
<!-- {cte} -->
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.commitizen]
version = "1.6.4"
version = "2.0.0"
version_files = ["calcipy/__init__.py:^__version", "pyproject.toml:^version"]

[tool.poetry]
Expand All @@ -29,7 +29,7 @@ maintainers = []
name = "calcipy"
readme = "docs/README.md"
repository = "https://github.com/kyleking/calcipy"
version = "1.6.4"
version = "2.0.0"

[tool.poetry.dependencies]
python = "^3.9.13"
Expand Down

0 comments on commit 34c877c

Please sign in to comment.