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"
33requires = [" poetry-core" ]
44
55[tool .commitizen ]
6- version = " 1.2.5 "
6+ version = " 1.2.6 "
77version_files = [" pyproject.toml:^version" , " tail_jsonl/__init__.py:^__version" ]
88
99[tool .mypy ]
@@ -42,7 +42,7 @@ maintainers = []
4242name = " tail_jsonl"
4343readme = " docs/README.md"
4444repository = " https://github.com/kyleking/tail-jsonl"
45- version = " 1.2.5 "
45+ version = " 1.2.6 "
4646
4747[tool .poetry .dependencies ]
4848python = " ^3.9.13"
Original file line number Diff line number Diff line change 22
33from ._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
88configure_runtime_type_checking_mode ()
You can’t perform that action at this time.
0 commit comments