From 988653a9228044cff30f9950717cf6c3768fe9af Mon Sep 17 00:00:00 2001 From: joo Date: Wed, 23 Nov 2016 20:27:20 +0000 Subject: [PATCH] Increment package version to 0.3.0. --- minecraft/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft/__init__.py b/minecraft/__init__.py index 3db36bf..094eb40 100644 --- a/minecraft/__init__.py +++ b/minecraft/__init__.py @@ -3,7 +3,7 @@ A modern, Python3-compatible, well-documented library for communicating with a MineCraft server. """ -__version__ = "0.2.0" +__version__ = "0.3.0" SUPPORTED_MINECRAFT_VERSIONS = { '1.8': 47,