Skip to content

Commit

Permalink
chore: bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tvaroska committed Dec 10, 2024
1 parent b1af702 commit 33e48eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions promptgit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
from .repo import PromptRepo
from .prompt import Prompt

__version__ = '0.2.5'
__all__ = ['PromptRepo', 'FileTypes', 'Prompt']
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 = "promptgit"
version = "0.2.0"
version = "0.2.5"
description = "Managing prompts for LLM in Git repository"
authors = ["Boris Tvaroska <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 33e48eb

Please sign in to comment.