Skip to content

Commit

Permalink
Bump version to 0.3.0 in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
btfranklin committed Apr 29, 2024
1 parent c88cfa5 commit 2d849fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "promptdown"
version = "0.2.2"
version = "0.3.0"
description = "A package for loading promptdown files, which are a special type of markdown file for defining structured LLM prompts"
authors = [
{name = "B.T. Franklin", email = "[email protected]"},
Expand Down Expand Up @@ -35,6 +35,6 @@ excludes = ["tests/**"]

[tool.pdm.dev-dependencies]
dev = [
"pytest>=8.1.1",
"pytest>=8.2.0",
"flake8>=7.0.0",
]

0 comments on commit 2d849fc

Please sign in to comment.