Skip to content

Commit 7a39470

Browse files
committed
__init__: Fix __version__
1 parent f609826 commit 7a39470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A fully-featured music bot for Discord."""
22

3-
__version__ = '0.4.0'
3+
__version__ = '0.1.0'
44
__author__ = 'Pythonology, Chan'
55
__maintainer__ = 'Pythonology'
66
__license__ = 'MIT'

0 commit comments

Comments
 (0)