We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c0c30 commit 80fb7caCopy full SHA for 80fb7ca
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='kneebow',
8
- version='1.0.2',
+ version='1.0.3',
9
packages=['kneebow'],
10
url='https://github.com/georg-un/kneebow',
11
license='MIT',
@@ -15,7 +15,7 @@
15
long_description=long_description,
16
long_description_content_type='text/markdown',
17
install_requires=['numpy', 'matplotlib', 'scikit-learn'],
18
- download_url='https://github.com/georg-un/kneebow/archive/v1.0.2.tar.gz',
+ download_url='https://github.com/georg-un/kneebow/archive/v1.0.3.tar.gz',
19
python_requires='>=3.4',
20
classifiers=[
21
'Development Status :: 5 - Production/Stable',
0 commit comments