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

Commit 4487e25

Browse files
committed
bump version to v2.7.9 [ci skip]
1 parent c6d6fa3 commit 4487e25

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "typical"
33
packages = [{include = "typic"}]
4-
version = "2.7.8"
4+
version = "2.7.9"
55
description = "Typical: Python's Typing Toolkit."
66
authors = ["Sean Stewart <sean_stewart@me.com>"]
77
license = "MIT"
@@ -157,7 +157,7 @@ requires = ["poetry>=0.12"]
157157
build-backend = "poetry.masonry.api"
158158

159159
[bumpver]
160-
current_version = "v2.7.8"
160+
current_version = "v2.7.9"
161161
version_pattern = "vMAJOR.MINOR.PATCH[-TAGNUM]"
162162
commit_message = "bump version to {new_version} [ci skip]"
163163
tag = false

typic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
al = typed
1414

1515

16-
__version__ = "2.7.8"
16+
__version__ = "2.7.9"

0 commit comments

Comments
 (0)