chore: bump version to 0.0.2 in __init__.py and pyproject.toml
This commit is contained in:
parent
8998b01615
commit
a580b9b093
@ -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.0.1"
|
__version__ = "0.0.2"
|
||||||
|
|
||||||
from .client import Client
|
from .client import Client
|
||||||
from .models import Message, User
|
from .models import Message, User
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "disagreement"
|
name = "disagreement"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
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.11"
|
requires-python = ">=3.11"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user