Update __init__.py

This commit is contained in:
Slipstream 2025-06-12 21:28:29 -06:00 committed by GitHub
parent c146b01cec
commit a3568f1287
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ __title__ = "disagreement"
__author__ = "Slipstream" __author__ = "Slipstream"
__license__ = "BSD 3-Clause License" __license__ = "BSD 3-Clause License"
__copyright__ = "Copyright 2025 Slipstream" __copyright__ = "Copyright 2025 Slipstream"
__version__ = "0.4.1" __version__ = "0.4.2"
from .client import Client, AutoShardedClient from .client import Client, AutoShardedClient
from .models import Message, User, Reaction, AuditLogEntry from .models import Message, User, Reaction, AuditLogEntry