Skip to content

Commit

Permalink
🔖 Bump to Version: 0.0.12 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkreud authored Aug 28, 2024
2 parents 12709ee + 2667cdc commit c2efa42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "typer-common-functions"
version = "0.0.11"
version = "0.0.12"
description = "Commonly used Functions around the Typer CLI Library"
authors = ["Joshua Kreuder <[email protected]>"]
keywords=["cli","typer"]
Expand Down
2 changes: 1 addition & 1 deletion src/typer_common_functions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Typer Common Functions."""
__version__ = "0.0.11"
__version__ = "0.0.12"

from .logging import set_logging # noqa
from .typer import get_type_from_default, typer_retuner, typer_unpacker # noqa

0 comments on commit c2efa42

Please sign in to comment.