Compare commits
2 Commits
45a5ef1fb5
...
73416858ae
Author | SHA1 | Date | |
---|---|---|---|
73416858ae | |||
1c45989988 |
@ -14,7 +14,7 @@ __title__ = "disagreement"
|
||||
__author__ = "Slipstream"
|
||||
__license__ = "BSD 3-Clause License"
|
||||
__copyright__ = "Copyright 2025 Slipstream"
|
||||
__version__ = "0.2.0rc1"
|
||||
__version__ = "0.3.0b1"
|
||||
|
||||
from .client import Client, AutoShardedClient
|
||||
from .models import Message, User, Reaction, AuditLogEntry
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "disagreement"
|
||||
version = "0.2.0rc1"
|
||||
version = "0.3.0b1"
|
||||
description = "A Python library for the Discord API."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
|
Loading…
x
Reference in New Issue
Block a user