Skip to content

Commit

Permalink
✨ feat(pyproject.toml): bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Feb 8, 2024
1 parent dee2cd3 commit e9f023b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
16 changes: 15 additions & 1 deletion pdm.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "novelai-python"
version = "0.2.1"
version = "0.2.2"
description = "Novelai Python Binding With Pydantic"
authors = [
{ name = "sudoskys", email = "[email protected]" },
Expand Down Expand Up @@ -30,6 +30,7 @@ Issues = "https://github.com/LlmKira/novelai-python/issues"
[project.optional-dependencies]
testing = [
"pytest>=7.4.4",
"pytest-asyncio>=0.23.4",
]
[build-system]
requires = ["pdm-backend"]
Expand Down

0 comments on commit e9f023b

Please sign in to comment.