Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
bump version to v2.9.0 [ci skip]
Browse files Browse the repository at this point in the history
seandstewart committed Sep 9, 2024
1 parent 1e1ddda commit 25873c5
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,7 +1,7 @@
[tool.poetry]
name = "typical"
packages = [{include = "typic"}]
version = "2.8.1"
version = "2.9.0"
description = "Typical: Python's Typing Toolkit."
authors = ["Sean Stewart <[email protected]>"]
license = "MIT"
@@ -163,7 +163,7 @@ requires = ["poetry-core>=1"]
build-backend = "poetry.core.masonry.api"

[bumpver]
current_version = "v2.8.1"
current_version = "v2.9.0"
version_pattern = "vMAJOR.MINOR.PATCH[-TAGNUM]"
commit_message = "bump version to {new_version} [ci skip]"
tag = false
2 changes: 1 addition & 1 deletion typic/__init__.py
Original file line number Diff line number Diff line change
@@ -13,4 +13,4 @@
al = typed


__version__ = "2.8.1"
__version__ = "2.9.0"

0 comments on commit 25873c5

Please sign in to comment.