From 234e57716c7edf3eefd514278c80bcb89b0833f4 Mon Sep 17 00:00:00 2001 From: joodicator Date: Wed, 29 May 2019 18:47:14 +0200 Subject: [PATCH] Increment package version to 0.6.0 --- minecraft/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft/__init__.py b/minecraft/__init__.py index 2fbfa7b9..b5236667 100644 --- a/minecraft/__init__.py +++ b/minecraft/__init__.py @@ -4,7 +4,7 @@ """ # 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.