Increment package version to 0.6.0

This commit is contained in:
joodicator 2019-05-29 18:47:14 +02:00
parent d1e1da85c8
commit 234e57716c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ with a MineCraft server.
"""
# The version number of the most recent pyCraft release.
__version__ = "0.5.0"
__version__ = "0.6.0"
# A dict mapping the name of each Minecraft version supported by pyCraft to
# the corresponding protocol version number.