We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e06644 commit 9a68720Copy full SHA for 9a68720
docs/conf.py
@@ -59,7 +59,7 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = '1.9.2'
+version = '1.9.3'
63
# The full version, including alpha/beta/rc tags.
64
release = version
65
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='quarry',
5
- version='1.9.2', # Also update doc/conf.py
+ version='1.9.3', # Also update doc/conf.py
6
author='Barney Gale',
7
author_email='barney@barneygale.co.uk',
8
url='https://github.com/barneygale/quarry',
@@ -29,5 +29,7 @@
29
],
30
package_data={'quarry': [
31
'data/packets/*.csv',
32
- 'data/data_packs/*.nbt']},
+ 'data/data_packs/*.nbt',
33
+ 'data/keys/*',
34
+ ]},
35
)
0 commit comments