Skip to content

Commit

Permalink
Updated to latest version of pytest, and incremented promptdown's own…
Browse files Browse the repository at this point in the history
… version number in preparation for release.
  • Loading branch information
btfranklin committed Jun 8, 2024
1 parent c530b70 commit 312b588
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pdm.lock

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

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.6.0"
version = "0.7.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.2.1",
"pytest>=8.2.2",
"flake8>=7.0.0",
]

0 comments on commit 312b588

Please sign in to comment.