Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
closedLoop committed Feb 28, 2024
1 parent 3745e03 commit 1488db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion promptedgraphs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "Prompted Graphs"
__version__ = "0.3.2"
__version__ = "0.3.3"
__description__ = (
"From Dataset Labeling to Deployment: The Power of NLP and LLMs Combined."
)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "promptedgraphs"
version = "0.3.2"
version = "0.3.3"
description = "From Dataset Labeling to Deployment: The Power of NLP and LLMs Combined."
authors = ["Sean Kruzel <sean@closedloop.tech>"]
license = "MIT"
Expand Down

0 comments on commit 1488db8

Please sign in to comment.