Skip to content

Commit

Permalink
Version Up
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoo1104 committed Feb 1, 2022
1 parent 48803fa commit 7ab8a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dico/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:license: MIT
"""

__version__ = "0.0.31"
__version__ = "0.0.32"

from .api import APIClient
from .client import Client
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="dico-api",
version="0.0.31",
version="0.0.32",
author="eunwoo1104",
author_email="[email protected]",
description="Yet another Discord API wrapper for Python.",
Expand Down

0 comments on commit 7ab8a58

Please sign in to comment.