Skip to content

Commit

Permalink
Updated version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 2, 2017
1 parent 6aaee02 commit e7d8e95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: geoviews
version: 1.2.0
version: 1.3.0

source:
path: .
Expand Down
2 changes: 1 addition & 1 deletion geoviews/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from . import feature # noqa (API import)


__version__ = param.Version(release=(1,2,0), fpath=__file__,
__version__ = param.Version(release=(1,3,0), fpath=__file__,
commit="$Format:%h$", reponame='geoviews')

SAMPLE_DATA_URL = 'http://assets.holoviews.org/geoviews-sample-data.zip'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


setup_args = {}
install_requires = ['param>=1.5.0', 'numpy>=1.0', 'holoviews>=1.7.0',
install_requires = ['param>=1.5.1', 'numpy>=1.0', 'holoviews>=1.8.0',
'cartopy>=0.14.2']
extras_require={}

Expand All @@ -19,7 +19,7 @@

setup_args.update(dict(
name='geoviews',
version="1.2.0",
version="1.3.0",
install_requires = install_requires,
extras_require = extras_require,
description='GeoViews.',
Expand Down

0 comments on commit e7d8e95

Please sign in to comment.