banterbotapi 0.2.3__tar.gz → 0.2.4__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.
Files changed (21) hide show
  1. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/PKG-INFO +1 -1
  2. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/__init__.py +1 -1
  3. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterbotapi.egg-info/PKG-INFO +1 -1
  4. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/pyproject.toml +1 -1
  5. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/LICENSE +0 -0
  6. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/README.md +0 -0
  7. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/client.py +0 -0
  8. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/commands.py +0 -0
  9. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/embed.py +0 -0
  10. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/errors.py +0 -0
  11. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/gateway.py +0 -0
  12. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/http.py +0 -0
  13. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/intents.py +0 -0
  14. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/interactions.py +0 -0
  15. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/models.py +0 -0
  16. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterapi/permissions.py +0 -0
  17. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterbotapi.egg-info/SOURCES.txt +0 -0
  18. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterbotapi.egg-info/dependency_links.txt +0 -0
  19. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterbotapi.egg-info/requires.txt +0 -0
  20. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/banterbotapi.egg-info/top_level.txt +0 -0
  21. {banterbotapi-0.2.3 → banterbotapi-0.2.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: banterbotapi
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: Python SDK for building bots on Banter (banterchat.org) — discord.py-style.
5
5
  Author-email: Banter <contact@banterchat.org>
6
6
  License-Expression: MIT
@@ -23,7 +23,7 @@ The library mirrors discord.py conventions where possible. See the Bot,
23
23
  Intents, Embed, and Permissions classes for the main entry points.
24
24
  """
25
25
 
26
- __version__ = "0.2.3"
26
+ __version__ = "0.2.4"
27
27
 
28
28
  from .client import Bot
29
29
  from .intents import Intents
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: banterbotapi
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: Python SDK for building bots on Banter (banterchat.org) — discord.py-style.
5
5
  Author-email: Banter <contact@banterchat.org>
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "banterbotapi"
7
- version = "0.2.3"
7
+ version = "0.2.4"
8
8
  description = "Python SDK for building bots on Banter (banterchat.org) — discord.py-style."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes
File without changes