Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
julianspaeth committed Oct 28, 2019
1 parent 3adfa1d commit 17c040b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name='random_survival_forest', # How you named your package folder (MyLib)
packages=['random_survival_forest'], # Chose the same as "name"
version='0.7.1', # Start with a small number and increase it with every change you make
version='0.7.2', # Start with a small number and increase it with every change you make
license="MIT License", # Chose a license from here: https://help.github.com/articles/licensing-a-repository
long_description=readme,
long_description_content_type="text/markdown",
Expand All @@ -15,7 +15,7 @@
author_email='[email protected]', # Type in your E-Mail
url='https://github.com/julianspaeth/random-survival-forest', # Provide either the link to your github or to your website
download_url='https://github.com/julianspaeth/random-survival-forest/archive/v0.1-alpha.tar.gz', # I explain this later on
keywords=['survival-analysis', 'survival-prediction', 'machine-learning', 'random-forest', 'random-survival-forest'], # Keywords that define your package best
keywords=['survival-analysis', 'survival-prediction', 'machine-learning', 'random-forest', 'random-survival-forest'], # Keywords that define your package best
install_requires=[ # I get to this in a second
'numpy',
'pandas',
Expand Down

0 comments on commit 17c040b

Please sign in to comment.