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 b078c69 commit 6303752Copy full SHA for 6303752
dico_command/__init__.py
@@ -6,7 +6,7 @@
6
:license: MIT
7
"""
8
9
-__version__ = "0.0.5"
+__version__ = "0.0.6"
10
11
from .addon import *
12
from .bot import *
setup.py
@@ -5,7 +5,7 @@
5
setuptools.setup(
name="dico-command",
- version="0.0.5",
+ version="0.0.6",
author="eunwoo1104",
author_email="[email protected]",
description="Command handler for dico.",
0 commit comments