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

Commit 0d4e159

Browse files
authored
Merge pull request #103 from neptune-ml/dev-0.1.7
Dev 0.1.7
2 parents f46071a + 0e0b822 commit 0d4e159

File tree

4 files changed

+161
-114
lines changed

4 files changed

+161
-114
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '0.1'
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.1.6'
29+
release = '0.1.7'
3030

3131

3232
# -- General configuration ---------------------------------------------------

requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ipython==6.4.0
2-
numpy==1.14.3
3-
pydot_ng==1.0.0
4-
pytest==3.6.0
5-
scikit_learn==0.19.1
6-
scipy==1.1.0
7-
setuptools==39.2.0
8-
typing==3.6.4
1+
ipython>=6.4.0
2+
numpy>=1.14.0
3+
pydot_ng>=1.0.0
4+
pytest>=3.6.0
5+
scikit_learn>=0.19.0
6+
scipy>=1.0.0
7+
setuptools>=39.2.0
8+
typing>=3.6.4

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
setup(name='steppy',
1515
packages=['steppy'],
16-
version='0.1.6',
16+
version='0.1.7',
1717
description='A lightweight, open-source, Python library for fast and reproducible experimentation',
1818
long_description=long_description,
1919
url='https://github.com/minerva-ml/steppy',
20-
download_url='https://github.com/minerva-ml/steppy/archive/0.1.6.tar.gz',
20+
download_url='https://github.com/minerva-ml/steppy/archive/0.1.7.tar.gz',
2121
author='Kamil A. Kaczmarek, Jakub Czakon',
2222
author_email='kamil.kaczmarek@neptune.ml, jakub.czakon@neptune.ml',
2323
keywords=['machine-learning', 'reproducibility', 'pipeline', 'data-science'],

0 commit comments

Comments
 (0)