Skip to content

Commit

Permalink
Bump version to 1.1.1 in setup.py and meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnanastasio committed Jun 15, 2018
1 parent 3c792c4 commit a597bc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: openensembles
version: "v1.0.1"
version: "1.1.1"

source:
git_rev: OpenEnsembles-v1.0.1
git_rev: OpenEnsembles-v1.1.1
git_url: https://github.com/NaegleLab/OpenEnsembles

requirements:
Expand All @@ -15,6 +15,7 @@ requirements:
- scipy
- networkx
- matplotlib
- hdbscan

run:
- python
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# Run setup
setup(
name='OpenEnsembles',
version='v1.0.1',
version='v1.1.1',
author='Naegle Lab',
url='https://github.com/NaegleLab/OpenEnsembles',
packages=['openensembles'],
install_requires=['pandas', 'numpy', 'sklearn', 'scipy', 'networkx', 'matplotlib'],
install_requires=['pandas', 'numpy', 'sklearn', 'scipy', 'networkx', 'matplotlib', 'hdbscan'],
license='GNU General Public License v3',
summary=DESC,
long_description=DESC,
Expand Down

0 comments on commit a597bc2

Please sign in to comment.