diff --git a/README.rst b/README.rst index 2ed9300..87afdc7 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Use ``pip`` to install quarry: Features -------- -- Supports Minecraft versions 1.7 through 1.17.1 +- Supports Minecraft versions 1.7 through 1.18 - Supports Python 2.7 and 3.5+ - Built upon ``twisted`` and ``cryptography`` - Exposes base classes and hooks for implementing your own client, server or diff --git a/setup.py b/setup.py index 3780059..b44c6f7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='quarry', - version='1.7.0', + version='1.8.0', author='Barney Gale', author_email='barney@barneygale.co.uk', url='https://github.com/barneygale/quarry',