Skip to content

Commit

Permalink
🔖 bump version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu committed Feb 28, 2024
1 parent 1c9e9f9 commit 7377b84
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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 = "nb-cli"
version = "1.3.1"
version = "1.4.0"
description = "CLI for nonebot2"
authors = [{ name = "yanyongyu", email = "[email protected]" }]
license = { text = "MIT" }
Expand All @@ -24,13 +24,13 @@ dependencies = [
"cashews ~=6.0",
"wcwidth ~=0.2",
"tomlkit ~=0.10",
"pydantic >=1.10.0,<3.0.0,!=2.5.0,!=2.5.1",
"watchfiles ~=0.16",
"cookiecutter ~=2.2",
"virtualenv ~=20.21",
"typing-extensions ~=4.4",
"pyfiglet >=1.0.1, <2.0.0",
"noneprompt >=0.1.9, <1.0.0",
"pydantic >=1.10.0,<3.0.0,!=2.5.0,!=2.5.1",
"importlib-metadata >=4.6; python_version < '3.10'",
]

Expand Down

0 comments on commit 7377b84

Please sign in to comment.