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 @@ -9,7 +9,7 @@ pythons = ["3.8"]
99
1010[tool .commitizen ]
1111name = " cz_conventional_commits"
12- version = " 0 .0.1 "
12+ version = " 1 .0.0 "
1313version_files = [" pyproject.toml" , " tail_jsonl/__init__.py" ]
1414
1515[tool .isort ]
@@ -42,7 +42,7 @@ maintainers = []
4242name = " tail_jsonl"
4343readme = " docs/README.md"
4444repository = " https://github.com/kyleking/tail-jsonl"
45- version = " 0 .0.1 "
45+ version = " 1 .0.0 "
4646
4747[tool .poetry .dependencies ]
4848python = " ^3.8.12"
Original file line number Diff line number Diff line change 55from beartype .roar import BeartypeDecorHintPep585DeprecationWarning
66from loguru import logger # noqa: F401
77
8- __version__ = '0 .0.1 '
8+ __version__ = '1 .0.0 '
99__pkg_name__ = 'tail_jsonl'
1010
1111# ====== 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