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.0 "
6+ version = " 1.2.1 "
77version_files = [" pyproject.toml:^version" , " tail_jsonl/__init__.py:^__version" ]
88
99[tool .poetry ]
@@ -26,7 +26,7 @@ maintainers = []
2626name = " tail_jsonl"
2727readme = " docs/README.md"
2828repository = " https://github.com/kyleking/tail-jsonl"
29- version = " 1.2.0 "
29+ version = " 1.2.1 "
3030
3131[tool .poetry .dependencies ]
3232python = " ^3.8.12"
Original file line number Diff line number Diff line change 22
33import corallium # Conditionally filter beartype warnings
44
5- __version__ = '1.2.0 '
5+ __version__ = '1.2.1 '
66__pkg_name__ = 'tail_jsonl'
77
88# ====== Above is the recommended code from calcipy_template and may be updated on new releases ======
You can’t perform that action at this time.
0 commit comments