Skip to content

Commit

Permalink
Increase version number to 0.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoBovo committed May 2, 2020
1 parent 73836b3 commit 8d02900
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os

from setuptools import setup, Extension
import numpy.distutils.misc_util

Expand All @@ -10,7 +8,7 @@

setup(
name = 'robustats',
version = '0.1.4',
version = '0.1.5',
description = 'Robustats is a Python library for high-performance '
'computation of robust statistical estimators.',
long_description=long_description,
Expand All @@ -19,7 +17,7 @@
'Programming Language :: Python :: 3',
],
url='https://github.com/FilippoBovo/robustats',
download_url='https://github.com/FilippoBovo/robustats/archive/v0.1.2.tar.gz',
download_url='https://github.com/FilippoBovo/robustats/archive/v0.1.5.tar.gz',
author = 'Filippo Bovo',
author_email = 'bovo.filippo@gmail.com',
license='MIT',
Expand Down

0 comments on commit 8d02900

Please sign in to comment.