We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51d011 commit b4ffa1dCopy full SHA for b4ffa1d
2 files changed
dico_command/__init__.py
@@ -6,7 +6,7 @@
6
:license: MIT
7
"""
8
9
-__version__ = "0.0.7"
+__version__ = "0.0.8"
10
11
from .addon import *
12
from .bot import *
setup.py
@@ -5,7 +5,7 @@
5
setuptools.setup(
name="dico-command",
- version="0.0.7",
+ version="0.0.8",
author="eunwoo1104",
author_email="sions04@naver.com",
description="Command handler for dico.",
0 commit comments