Increment package version to 0.4.0.

This commit is contained in:
joo 2017-06-09 09:25:56 +01:00
parent 5b5f36048c
commit 991f0b3da6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ A modern, Python3-compatible, well-documented library for communicating
with a MineCraft server.
"""
__version__ = "0.3.0"
__version__ = "0.4.0"
SUPPORTED_MINECRAFT_VERSIONS = {
'1.8': 47,