Skip to content

Commit

Permalink
Bumped version due to added support for 1.19.1 & 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Sep 8, 2022
1 parent aa106a7 commit 8adc030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Use ``pip`` to install quarry:
Features
--------

- Supports Minecraft versions 1.7 through 1.19
- Supports Minecraft versions 1.7 through 1.19.2
- Supports Python 3.7+
- Built upon ``twisted`` and ``cryptography``
- Exposes base classes and hooks for implementing your own client, server or
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# built documents.
#
# The short X.Y version.
version = '1.9.3'
version = '1.9.4'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='quarry',
version='1.9.3', # Also update doc/conf.py
version='1.9.4', # Also update doc/conf.py
author='Barney Gale',
author_email='barney@barneygale.co.uk',
url='https://github.com/barneygale/quarry',
Expand Down

0 comments on commit 8adc030

Please sign in to comment.