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 107722c commit 1912c05Copy full SHA for 1912c05
docs/source/conf.py
@@ -24,9 +24,9 @@
24
author = 'Kenneth Hart'
25
26
# The short X.Y version
27
-version = '1.2'
+version = '2.0'
28
# The full version, including alpha/beta/rc tags
29
-release = '1.2.2'
+release = '2.0'
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -15,7 +15,7 @@ def read(fname):
15
16
setup(
17
name='aabbtree',
18
- version='1.2.2',
+ version='2.0',
19
license='MIT',
20
description='Pure Python implementation of d-dimensional AABB tree.',
21
long_description=read('README.rst'),
0 commit comments