We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e5213 commit fb769c6Copy full SHA for fb769c6
pyproject.toml
@@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api"
3
requires = ["poetry-core"]
4
5
[tool.commitizen]
6
-version = "1.2.5"
+version = "1.2.6"
7
version_files = ["pyproject.toml:^version", "tail_jsonl/__init__.py:^__version"]
8
9
[tool.mypy]
@@ -42,7 +42,7 @@ maintainers = []
42
name = "tail_jsonl"
43
readme = "docs/README.md"
44
repository = "https://github.com/kyleking/tail-jsonl"
45
46
47
[tool.poetry.dependencies]
48
python = "^3.9.13"
tail_jsonl/__init__.py
@@ -2,7 +2,7 @@
2
from ._runtime_type_check_setup import configure_runtime_type_checking_mode
-__version__ = '1.2.5'
+__version__ = '1.2.6'
__pkg_name__ = 'tail_jsonl'
configure_runtime_type_checking_mode()
0 commit comments