Skip to content

Commit

Permalink
Updating version number and dependency versions in preparation for re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
btfranklin committed Nov 17, 2024
1 parent 15a4acc commit 1063fa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "promptdown"
version = "0.7.5"
version = "0.8.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 @@ -42,6 +42,6 @@ excludes = ["tests/**"]

[tool.pdm.dev-dependencies]
dev = [
"pytest>=8.3.1",
"flake8>=7.1.0",
"pytest>=8.3.3",
"flake8>=7.1.1",
]

0 comments on commit 1063fa5

Please sign in to comment.