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.3 .0"
6+ version = " 1.4 .0"
77version_files = [" pyproject.toml:^version" , " tail_jsonl/__init__.py:^__version" ]
88
99[tool .mypy ]
@@ -44,7 +44,7 @@ maintainers = []
4444name = " tail_jsonl"
4545readme = " docs/README.md"
4646repository = " https://github.com/kyleking/tail-jsonl"
47- version = " 1.3 .0"
47+ version = " 1.4 .0"
4848
4949[tool .poetry .dependencies ]
5050python = " ^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.3 .0'
5+ __version__ = '1.4 .0'
66__pkg_name__ = 'tail_jsonl'
77
88configure_runtime_type_checking_mode ()
You can’t perform that action at this time.
0 commit comments