mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-06 12:01:24 +08:00
change version 3.0 to 3.1
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
3.1
|
||||||
|
* Added IPv6 support
|
||||||
|
|
||||||
3.0
|
3.0
|
||||||
* Drop support for python 2 and python 3.4; you may use version 2.3 or prior for outdated python versions.
|
* Drop support for python 2 and python 3.4; you may use version 2.3 or prior for outdated python versions.
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -11,7 +11,7 @@ tests_require = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mcstatus',
|
name='mcstatus',
|
||||||
version='3.0.0',
|
version='3.1.0',
|
||||||
author='Nathan Adams',
|
author='Nathan Adams',
|
||||||
author_email='dinnerbone@dinnerbone.com',
|
author_email='dinnerbone@dinnerbone.com',
|
||||||
url='https://pypi.python.org/pypi/mcstatus',
|
url='https://pypi.python.org/pypi/mcstatus',
|
||||||
|
|||||||
Reference in New Issue
Block a user