We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ed5f3 commit 1687fa1Copy full SHA for 1687fa1
dico_command/__init__.py
@@ -6,7 +6,7 @@
6
:license: MIT
7
"""
8
9
-__version__ = "0.0.9"
+__version__ = "0.0.10"
10
11
from .addon import *
12
from .bot import *
setup.py
@@ -5,7 +5,7 @@
5
setuptools.setup(
name="dico-command",
- version="0.0.9",
+ version="0.0.10",
author="eunwoo1104",
author_email="[email protected]",
description="Command handler for dico.",
0 commit comments