Skip to content

Commit

Permalink
Prepare 013 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehinds committed Oct 27, 2024
1 parent 6859a83 commit aebe823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[project]
name = "promptwright"
version = "0.1.2"
version = "0.1.3"
description = "A tool for generating and managing prompts for local LLMs using Ollama"
long_description = "file: README.md"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"requests>=2.25.0",
"tqdm>=4.65.0",
"huggingface-hub==0.26.0",
"datasets==3.0.2",
]

[project.optional-dependencies]
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.2",
version="0.1.3",
packages=find_packages(),
install_requires=[
"certifi==2024.8.30",
Expand Down

0 comments on commit aebe823

Please sign in to comment.