We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899b574 commit 8d38204Copy full SHA for 8d38204
docs/source/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = '1.2'
28
# The full version, including alpha/beta/rc tags
29
-release = '1.2.1'
+release = '1.2.2'
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -15,7 +15,7 @@ def read(fname):
15
16
setup(
17
name='aabbtree',
18
- version='1.2.1',
+ version='1.2.2',
19
license='MIT',
20
description='Pure Python implementation of d-dimensional AABB tree.',
21
long_description=read('README.rst'),
0 commit comments