chore: Bump version to 0.5.0 in __init__.py and pyproject.toml

This commit is contained in:
Slipstreamm 2025-06-14 18:22:20 -06:00
parent b039b2e948
commit 420c57df30
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
[project]
name = "disagreement"
version = "0.4.2"
version = "0.5.0"
description = "A Python library for the Discord API."
readme = "README.md"
requires-python = ">=3.10"