From eac47471fc55598de6b4723a728a37d035002237 Mon Sep 17 00:00:00 2001 From: Dries Date: Sat, 4 Dec 2021 16:15:29 +0100 Subject: [PATCH] Bump version for 1.18 --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',