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"]
9
9
10
10
[tool .commitizen ]
11
11
name = " cz_conventional_commits"
12
- version = " 0 .0.1 "
12
+ version = " 1 .0.0 "
13
13
version_files = [" pyproject.toml" , " tail_jsonl/__init__.py" ]
14
14
15
15
[tool .isort ]
@@ -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 = " 0 .0.1 "
45
+ version = " 1 .0.0 "
46
46
47
47
[tool .poetry .dependencies ]
48
48
python = " ^3.8.12"
Original file line number Diff line number Diff line change 5
5
from beartype .roar import BeartypeDecorHintPep585DeprecationWarning
6
6
from loguru import logger # noqa: F401
7
7
8
- __version__ = '0 .0.1 '
8
+ __version__ = '1 .0.0 '
9
9
__pkg_name__ = 'tail_jsonl'
10
10
11
11
# ====== 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