Skip to content

Commit

Permalink
Update to version v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
l0o0 committed Nov 27, 2018
1 parent b6214f8 commit 182445d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rosaceae/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.0.7'
__version__ = '0.0.8'
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():

setup(
name='rosaceae',
version='0.0.7',
version='0.0.8',
description='Python pacakge for credit risk scorecards',
long_description=readme(),
long_description_content_type='text/markdown',
Expand All @@ -16,6 +16,5 @@ def readme():
keywords=['scorecards', 'woe', 'iv'],
url='https://github.com/l0o0/rosaceae',
install_requires=['numpy', 'pandas', 'seaborn', 'sklearn'],
packages=find_packages(),
install_requires=['seaborn', 'sklearn', 'numpy', 'pandas', 'scipy']
packages=find_packages()
)

0 comments on commit 182445d

Please sign in to comment.