Skip to content

Commit 1b7d7d9

Browse files
committed
bump: version 1.2.0 → 1.2.1
1 parent a6bf98f commit 1b7d7d9

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.2.0"
6+
version = "1.2.1"
77
version_files = ["pyproject.toml:^version", "tail_jsonl/__init__.py:^__version"]
88

99
[tool.poetry]
@@ -26,7 +26,7 @@ maintainers = []
2626
name = "tail_jsonl"
2727
readme = "docs/README.md"
2828
repository = "https://github.com/kyleking/tail-jsonl"
29-
version = "1.2.0"
29+
version = "1.2.1"
3030

3131
[tool.poetry.dependencies]
3232
python = "^3.8.12"

tail_jsonl/__init__.py

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

33
import corallium # Conditionally filter beartype warnings
44

5-
__version__ = '1.2.0'
5+
__version__ = '1.2.1'
66
__pkg_name__ = 'tail_jsonl'
77

88
# ====== Above is the recommended code from calcipy_template and may be updated on new releases ======

0 commit comments

Comments
 (0)