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 0938d67 commit 0960feaCopy full SHA for 0960fea
docs/source/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = '2.3'
28
# The full version, including alpha/beta/rc tags
29
-release = '2.3'
+release = '2.3.1'
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -15,7 +15,7 @@ def read(fname):
15
16
setup(
17
name='aabbtree',
18
- version='2.3',
+ version='2.3.1',
19
license='MIT',
20
description='Pure Python implementation of d-dimensional AABB tree.',
21
long_description=read('README.rst'),
0 commit comments