Skip to content

Commit 6859a83

Browse files
committed
cut 1.1.2
1 parent c9033f4 commit 6859a83

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.0"
3+
version = "0.1.2"
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.0",
8+
version="0.1.2",
99
packages=find_packages(),
1010
install_requires=[
1111
"certifi==2024.8.30",

0 commit comments

Comments
 (0)