nonebot-plugin-areusleepy 0.1.4__tar.gz → 0.1.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nonebot-plugin-areusleepy
3
- Version: 0.1.4
3
+ Version: 0.1.6
4
4
  Summary: Let bot look!!!
5
5
  Author-Email: Murasame <congyu@sbhfy.cn>, wyf9 <wyf9@wyf9.top>
6
6
  License: MIT
@@ -3,13 +3,13 @@ from nonebot.plugin import PluginMetadata, inherit_supported_adapters, require
3
3
 
4
4
  # =========== require dependency ============
5
5
  require("nonebot_plugin_alconna")
6
- require("nonebot-plugin-apscheduler")
6
+ require("nonebot_plugin_apscheduler")
7
7
 
8
8
  from . import __main__ as __main__
9
9
 
10
10
  from .config import Config
11
11
 
12
- __version__ = "0.1.4"
12
+ __version__ = "0.1.6"
13
13
  __plugin_meta__ = PluginMetadata(
14
14
  name="AreYouSleepy",
15
15
  description="基于 sleepy-project/sleepy 项目的状态查询插件!",
@@ -14,7 +14,7 @@ dependencies = [
14
14
  "nonebot-plugin-alconna>=0.12.0",
15
15
  "requests>=2.32.3",
16
16
  ]
17
- version = "0.1.4"
17
+ version = "0.1.6"
18
18
 
19
19
  [project.license]
20
20
  text = "MIT"