Skip to content

Commit fb769c6

Browse files
committed
bump: version 1.2.5 → 1.2.6
1 parent e4e5213 commit fb769c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api"
33
requires = ["poetry-core"]
44

55
[tool.commitizen]
6-
version = "1.2.5"
6+
version = "1.2.6"
77
version_files = ["pyproject.toml:^version", "tail_jsonl/__init__.py:^__version"]
88

99
[tool.mypy]
@@ -42,7 +42,7 @@ maintainers = []
4242
name = "tail_jsonl"
4343
readme = "docs/README.md"
4444
repository = "https://github.com/kyleking/tail-jsonl"
45-
version = "1.2.5"
45+
version = "1.2.6"
4646

4747
[tool.poetry.dependencies]
4848
python = "^3.9.13"

tail_jsonl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from ._runtime_type_check_setup import configure_runtime_type_checking_mode
44

5-
__version__ = '1.2.5'
5+
__version__ = '1.2.6'
66
__pkg_name__ = 'tail_jsonl'
77

88
configure_runtime_type_checking_mode()

0 commit comments

Comments
 (0)