File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api"
3
3
requires = [" poetry-core" ]
4
4
5
5
[tool .commitizen ]
6
- version = " 1.2.5 "
6
+ version = " 1.2.6 "
7
7
version_files = [" pyproject.toml:^version" , " tail_jsonl/__init__.py:^__version" ]
8
8
9
9
[tool .mypy ]
@@ -42,7 +42,7 @@ maintainers = []
42
42
name = " tail_jsonl"
43
43
readme = " docs/README.md"
44
44
repository = " https://github.com/kyleking/tail-jsonl"
45
- version = " 1.2.5 "
45
+ version = " 1.2.6 "
46
46
47
47
[tool .poetry .dependencies ]
48
48
python = " ^3.9.13"
Original file line number Diff line number Diff line change 2
2
3
3
from ._runtime_type_check_setup import configure_runtime_type_checking_mode
4
4
5
- __version__ = '1.2.5 '
5
+ __version__ = '1.2.6 '
6
6
__pkg_name__ = 'tail_jsonl'
7
7
8
8
configure_runtime_type_checking_mode ()
You can’t perform that action at this time.
0 commit comments