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

Commit

Permalink
Merge pull request #103 from neptune-ml/dev-0.1.7
Browse files Browse the repository at this point in the history
Dev 0.1.7
  • Loading branch information
jakubczakon authored Sep 17, 2018
2 parents f46071a + 0e0b822 commit 0d4e159
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 114 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '0.1'
# The full version, including alpha/beta/rc tags
release = '0.1.6'
release = '0.1.7'


# -- General configuration ---------------------------------------------------
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ipython==6.4.0
numpy==1.14.3
pydot_ng==1.0.0
pytest==3.6.0
scikit_learn==0.19.1
scipy==1.1.0
setuptools==39.2.0
typing==3.6.4
ipython>=6.4.0
numpy>=1.14.0
pydot_ng>=1.0.0
pytest>=3.6.0
scikit_learn>=0.19.0
scipy>=1.0.0
setuptools>=39.2.0
typing>=3.6.4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

setup(name='steppy',
packages=['steppy'],
version='0.1.6',
version='0.1.7',
description='A lightweight, open-source, Python library for fast and reproducible experimentation',
long_description=long_description,
url='https://github.com/minerva-ml/steppy',
download_url='https://github.com/minerva-ml/steppy/archive/0.1.6.tar.gz',
download_url='https://github.com/minerva-ml/steppy/archive/0.1.7.tar.gz',
author='Kamil A. Kaczmarek, Jakub Czakon',
author_email='[email protected], [email protected]',
keywords=['machine-learning', 'reproducibility', 'pipeline', 'data-science'],
Expand Down
Loading

0 comments on commit 0d4e159

Please sign in to comment.