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