Increment version to 0.2.0.

This commit is contained in:
joo 2016-06-18 19:23:30 +01:00
parent ce63626bb1
commit a753184ca2
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ We aim to be compatible with the following python versions:
* Python 2.7
* Python 3.3
* Python 3.4
* Python 3.5
* PyPy
Requirements

View File

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