Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehinds committed Nov 8, 2024
1 parent de8e994 commit 998cf22
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.5"
version = "1.0.0"
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.5",
version="1.0.0",
packages=find_packages(),
install_requires=[
"certifi>=2023.7.22,<2024.0.0", # Updated to be compatible with litellm
Expand Down

0 comments on commit 998cf22

Please sign in to comment.