change version 3.0 to 3.1

This commit is contained in:
5IGI0
2020-04-09 17:21:06 +02:00
parent 7c28c261ad
commit 65d7c28e7c
2 changed files with 4 additions and 1 deletions

View File

@@ -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.

View File

@@ -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',