Skip to content

Commit

Permalink
Prepared for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dafnevk committed Sep 28, 2016
1 parent ad685f0 commit d9b24ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy
- source activate test-environment
- pip install -r requirements.txt
- conda install -c https://conda.anaconda.org/menpo opencv3
- pip install coverage
- pip install codacy-coverage

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.1 - 2016-09-28
## Changed
- Changed setup.py so that installation is completely possible through pip

## 1.0.0 - 2016-07-15
### Added
- The first release of the salient regions detectors software in Python. This implementation is (almost) equivalent to
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

setup(
name='salientregions',
version='1.0.0',
version='1.0.1',
install_requires=requirements,
description='Package for finding salient regions in images',
#long_description=readme,
author='Netherlands eScience Center',
url='https://github.com/NLeSC/SalientRegions-python',
download_url = 'https://github.com/NLeSC/SalientDetector-python/tarball/v1.0.0',
download_url = 'https://github.com/NLeSC/SalientDetector-python/tarball/v1.0.1',
packages=find_packages(exclude=('tests'))
)

0 comments on commit d9b24ac

Please sign in to comment.