diff --git a/disagreement/__init__.py b/disagreement/__init__.py index 2186476..bb78328 100644 --- a/disagreement/__init__.py +++ b/disagreement/__init__.py @@ -14,7 +14,7 @@ __title__ = "disagreement" __author__ = "Slipstream" __license__ = "BSD 3-Clause License" __copyright__ = "Copyright 2025 Slipstream" -__version__ = "0.0.1" +__version__ = "0.0.2" from .client import Client from .models import Message, User diff --git a/pyproject.toml b/pyproject.toml index a78f520..bbf24dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "disagreement" -version = "0.0.1" +version = "0.0.2" description = "A Python library for the Discord API." readme = "README.md" requires-python = ">=3.11"