Skip to content

Commit

Permalink
Increment version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
joodicator committed Jun 18, 2016
1 parent ce63626 commit a753184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion minecraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with a MineCraft server.
"""

__version__ = "0.1.0"
__version__ = "0.2.0"

SUPPORTED_MINECRAFT_VERSIONS = {
'1.8': 47,
Expand Down

0 comments on commit a753184

Please sign in to comment.