Skip to content

Commit 1912c05

Browse files
author
Hart, Kenneth Arthur
committed
updated version to 2.0
1 parent 107722c commit 1912c05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Kenneth Hart'
2525

2626
# The short X.Y version
27-
version = '1.2'
27+
version = '2.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.2.2'
29+
release = '2.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(fname):
1515

1616
setup(
1717
name='aabbtree',
18-
version='1.2.2',
18+
version='2.0',
1919
license='MIT',
2020
description='Pure Python implementation of d-dimensional AABB tree.',
2121
long_description=read('README.rst'),

0 commit comments

Comments
 (0)