Skip to content

Commit

Permalink
bump: version 0.0.1 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Jan 31, 2023
1 parent 7bd1a25 commit eac2377
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 @@ -9,7 +9,7 @@ pythons = ["3.8"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.0.1"
version = "1.0.0"
version_files = ["pyproject.toml", "tail_jsonl/__init__.py"]

[tool.isort]
Expand Down Expand Up @@ -42,7 +42,7 @@ maintainers = []
name = "tail_jsonl"
readme = "docs/README.md"
repository = "https://github.com/kyleking/tail-jsonl"
version = "0.0.1"
version = "1.0.0"

[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 @@ -5,7 +5,7 @@
from beartype.roar import BeartypeDecorHintPep585DeprecationWarning
from loguru import logger # noqa: F401

__version__ = '0.0.1'
__version__ = '1.0.0'
__pkg_name__ = 'tail_jsonl'

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

0 comments on commit eac2377

Please sign in to comment.