Skip to content

Commit 2a09bf1

Browse files
author
Hart, Kenneth Arthur
committed
updated version to 2.1
1 parent 4452af5 commit 2a09bf1

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 = '2.0'
27+
version = '2.1'
2828
# The full version, including alpha/beta/rc tags
29-
release = '2.0.1'
29+
release = '2.1'
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='2.0.1',
18+
version='2.1',
1919
license='MIT',
2020
description='Pure Python implementation of d-dimensional AABB tree.',
2121
long_description=read('README.rst'),

0 commit comments

Comments
 (0)