Skip to content

Commit

Permalink
bump: version 1.2.0 → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Feb 25, 2023
1 parent a6bf98f commit 1b7d7d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.commitizen]
version = "1.2.0"
version = "1.2.1"
version_files = ["pyproject.toml:^version", "tail_jsonl/__init__.py:^__version"]

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

[tool.poetry.dependencies]
python = "^3.8.12"
Expand Down
2 changes: 1 addition & 1 deletion tail_jsonl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import corallium # Conditionally filter beartype warnings

__version__ = '1.2.0'
__version__ = '1.2.1'
__pkg_name__ = 'tail_jsonl'

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

0 comments on commit 1b7d7d9

Please sign in to comment.