Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil A. Kaczmarek authored Jul 26, 2018
1 parent 3a2a60a commit 11da3de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

setup(name='steppy-toolkit',
packages=find_packages(),
version='0.1.5',
version='0.1.6',
description='Set of tools to make your work with steppy faster and more effective.',
long_description=long_description,
url='https://github.com/minerva-ml/steppy-toolkit',
download_url='https://github.com/minerva-ml/steppy-toolkit/archive/0.1.5.tar.gz',
download_url='https://github.com/minerva-ml/steppy-toolkit/archive/0.1.6.tar.gz',
author='Kamil A. Kaczmarek, Jakub Czakon',
author_email='kamil.kaczmarek@neptune.ml, jakub.czakon@neptune.ml',
keywords=['machine-learning', 'reproducibility', 'pipeline', 'tools'],
Expand All @@ -28,7 +28,7 @@
'steppy>=0.1.4',
'neptune-cli>=2.8.5',
'attrdict>=2.0.0',
'numpy>=1.14.3',
'numpy>=1.14.0',
'pandas>=0.23.0',
'pytest>=3.6.0',
'setuptools>=39.2.0'],
Expand Down

0 comments on commit 11da3de

Please sign in to comment.