bump: update version to 0.1.0rc3 in __init__.py and pyproject.toml

This commit is contained in:
Slipstream 2025-06-10 18:25:43 -06:00
parent d074839a29
commit d631ab8e7c
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,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.1.0rc2" __version__ = "0.1.0rc3"
from .client import Client, AutoShardedClient from .client import Client, AutoShardedClient
from .models import Message, User, Reaction from .models import Message, User, Reaction

View File

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