Skip to content

Commit

Permalink
released v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatadia committed Sep 27, 2016
1 parent dfd24f4 commit c35c34f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[aliases]
test=pytest
[bdist_wheel]
universal=1
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='NearPy',
version='0.2.3',
version='1.0.0',
author='Ole Krause-Sparmann',
author_email='ole@pixelogik.de',
packages=[
Expand All @@ -20,9 +20,10 @@
'nearpy.storage',
'nearpy.utils'
],
url='http://pypi.python.org/pypi/NearPy/',
url='https://github.com/pixelogik/NearPy',
license='LICENSE.txt',
description='Framework for fast approximated nearest neighbour search.',
keywords='nearpy approximate nearest neighbour',
long_description=open('README.txt').read(),
install_requires=[
"numpy",
Expand Down

0 comments on commit c35c34f

Please sign in to comment.