diff --git a/giotto/_version.py b/giotto/_version.py index 654e0f7fb..de5bb5f16 100644 --- a/giotto/_version.py +++ b/giotto/_version.py @@ -21,4 +21,4 @@ # 'X.Y.dev0' is the canonical version of 'X.Y.dev' # -__version__ = '0.1.0' +__version__ = '0.1.1' diff --git a/setup.py b/setup.py index 733b5e7aa..caa3505ba 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ MAINTAINER_EMAIL = 'maintainers@giotto.ai' URL = 'https://github.com/giotto-learn/giotto-learn' LICENSE = 'Apache 2.0' -DOWNLOAD_URL = 'https://github.com/giotto-learn/giotto-learn/tarball/v0.1.0' +DOWNLOAD_URL = 'https://github.com/giotto-learn/giotto-learn/tarball/v0.1.1' VERSION = __version__ # noqa CLASSIFIERS = ['Intended Audience :: Science/Research', 'Intended Audience :: Developers',