Skip to content

Commit b32f42e

Browse files
committed
bump: version 1.3.0 → 1.4.0
1 parent 966c063 commit b32f42e

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
@@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api"
33
requires = ["poetry-core"]
44

55
[tool.commitizen]
6-
version = "1.3.0"
6+
version = "1.4.0"
77
version_files = ["pyproject.toml:^version", "tail_jsonl/__init__.py:^__version"]
88

99
[tool.mypy]
@@ -44,7 +44,7 @@ maintainers = []
4444
name = "tail_jsonl"
4545
readme = "docs/README.md"
4646
repository = "https://github.com/kyleking/tail-jsonl"
47-
version = "1.3.0"
47+
version = "1.4.0"
4848

4949
[tool.poetry.dependencies]
5050
python = "^3.9.13"

tail_jsonl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from ._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

88
configure_runtime_type_checking_mode()

0 commit comments

Comments
 (0)