We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab054e9 + 911aa40 commit 1f16d20Copy full SHA for 1f16d20
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "promptwright"
3
-version = "0.1.4"
+version = "0.1.5"
4
description = "A tool for generating and managing prompts for local LLMs using Ollama"
5
long_description = "file: README.md"
6
readme = "README.md"
setup.py
@@ -5,7 +5,7 @@
setup(
7
name="promptwright",
8
- version="0.1.4",
+ version="0.1.5",
9
packages=find_packages(),
10
install_requires=[
11
"certifi==2024.8.30",
0 commit comments