Skip to content

Commit

Permalink
🔖 Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu committed Jan 22, 2021
1 parent 200323c commit 86159c0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 47 deletions.
101 changes: 57 additions & 44 deletions poetry.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,14 +1,14 @@
[tool.poetry]
name = "nonebot-plugin-apscheduler"
version = "0.1.0"
version = "0.1.1"
description = "APScheduler Support for NoneBot2"
authors = ["yanyongyu <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.7"
apscheduler = "^3.6.3"
nonebot2 = "^2.0.0-alpha.7"
apscheduler = "^3.7.0"
nonebot2 = "^2.0.0-alpha.8"

[tool.poetry.dev-dependencies]
yapf = "^0.30.0"
Expand Down

0 comments on commit 86159c0

Please sign in to comment.