nonebot-plugin-awsmgmt 0.1.0__tar.gz → 0.1.1__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,7 +1,7 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: nonebot-plugin-awsmgmt
3
- Version: 0.1.0
4
- Summary: Add your description here
3
+ Version: 0.1.1
4
+ Summary: A nonebot2 plugin for managing AWS EC2, Lightsail, and Cost Explorer via commands.
5
5
  Author-email: Maximilian Wu <me@maxng.cc>
6
6
  Requires-Python: >=3.8
7
7
  Requires-Dist: aioboto3>=15.0.0
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "nonebot-plugin-awsmgmt"
3
- version = "0.1.0"
4
- description = "Add your description here"
3
+ version = "0.1.1"
4
+ description = "A nonebot2 plugin for managing AWS EC2, Lightsail, and Cost Explorer via commands."
5
5
  authors = [
6
6
  { name = "Maximilian Wu", email = "me@maxng.cc" }
7
7
  ]
@@ -1,2 +0,0 @@
1
- def hello() -> str:
2
- return "Hello from nonebot-plugin-awsmgmt!"