Skip to content

Commit 8d38204

Browse files
author
Hart, Kenneth Arthur
committed
updated version to 1.2.2
1 parent 899b574 commit 8d38204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.2'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.2.1'
29+
release = '1.2.2'
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.1',
18+
version='1.2.2',
1919
license='MIT',
2020
description='Pure Python implementation of d-dimensional AABB tree.',
2121
long_description=read('README.rst'),

0 commit comments

Comments
 (0)