Skip to content

Commit 6303752

Browse files
committed
Version Up
1 parent b078c69 commit 6303752

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dico_command/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:license: MIT
77
"""
88

9-
__version__ = "0.0.5"
9+
__version__ = "0.0.6"
1010

1111
from .addon import *
1212
from .bot import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="dico-command",
8-
version="0.0.5",
8+
version="0.0.6",
99
author="eunwoo1104",
1010
author_email="[email protected]",
1111
description="Command handler for dico.",

0 commit comments

Comments
 (0)