Skip to content

Commit 8f6791d

Browse files
author
Kenneth Hart
committed
bumped version since 1.0 already used
1 parent 6cc97e5 commit 8f6791d

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

0 commit comments

Comments
 (0)