From 65d7c28e7c8e09dfea5f1b51dc136fb58f5f4129 Mon Sep 17 00:00:00 2001 From: 5IGI0 <5IGI0@protonmail.com> Date: Thu, 9 Apr 2020 17:21:06 +0200 Subject: [PATCH] change version 3.0 to 3.1 --- CHANGELOG | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 2c67023..ab3a3f0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +3.1 + * Added IPv6 support + 3.0 * Drop support for python 2 and python 3.4; you may use version 2.3 or prior for outdated python versions. diff --git a/setup.py b/setup.py index 0ecd605..1155b3f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ tests_require = [ setup( name='mcstatus', - version='3.0.0', + version='3.1.0', author='Nathan Adams', author_email='dinnerbone@dinnerbone.com', url='https://pypi.python.org/pypi/mcstatus',