Skip to content

Commit

Permalink
Merge pull request #5 from StacklokLabs/v015
Browse files Browse the repository at this point in the history
v105
  • Loading branch information
lukehinds authored Oct 27, 2024
2 parents ab054e9 + 911aa40 commit 1f16d20
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 @@
[project]
name = "promptwright"
version = "0.1.4"
version = "0.1.5"
description = "A tool for generating and managing prompts for local LLMs using Ollama"
long_description = "file: README.md"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="promptwright",
version="0.1.4",
version="0.1.5",
packages=find_packages(),
install_requires=[
"certifi==2024.8.30",
Expand Down

0 comments on commit 1f16d20

Please sign in to comment.