diff --git a/.travis.yml b/.travis.yml index ddb92df..a39ccaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,3 +31,11 @@ notifications: - adam.tyson@ucl.ac.uk on_success: change on_failure: always +deploy: + - provider: pypi + user: __token__ + distributions: sdist bdist_wheel + skip_existing: true + on: + branch: master + tags: true diff --git a/setup.py b/setup.py index 478265e..230d654 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="neuro", - version="0.0.1a", + version="0.0.2", description="Visualisation and analysis of brain imaging data", install_requires=requirements, extras_require={