Skip to content

Commit 1f16d20

Browse files
author
Luke Hinds
authored
Merge pull request #5 from StacklokLabs/v015
v105
2 parents ab054e9 + 911aa40 commit 1f16d20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "promptwright"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "A tool for generating and managing prompts for local LLMs using Ollama"
55
long_description = "file: README.md"
66
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="promptwright",
8-
version="0.1.4",
8+
version="0.1.5",
99
packages=find_packages(),
1010
install_requires=[
1111
"certifi==2024.8.30",

0 commit comments

Comments
 (0)