Skip to content

Commit

Permalink
Version Up
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoo1104 committed Dec 18, 2021
1 parent 767e9dc commit ef95921
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.28"
__version__ = "0.0.29"

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 @@ -5,7 +5,7 @@

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

0 comments on commit ef95921

Please sign in to comment.