Skip to content

Commit eac2377

Browse files
committed
bump: version 0.0.1 → 1.0.0
1 parent 7bd1a25 commit eac2377

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pythons = ["3.8"]
99

1010
[tool.commitizen]
1111
name = "cz_conventional_commits"
12-
version = "0.0.1"
12+
version = "1.0.0"
1313
version_files = ["pyproject.toml", "tail_jsonl/__init__.py"]
1414

1515
[tool.isort]
@@ -42,7 +42,7 @@ maintainers = []
4242
name = "tail_jsonl"
4343
readme = "docs/README.md"
4444
repository = "https://github.com/kyleking/tail-jsonl"
45-
version = "0.0.1"
45+
version = "1.0.0"
4646

4747
[tool.poetry.dependencies]
4848
python = "^3.8.12"

tail_jsonl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from beartype.roar import BeartypeDecorHintPep585DeprecationWarning
66
from 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 ======

0 commit comments

Comments
 (0)