Skip to content

Commit

Permalink
Bumped version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 12, 2018
1 parent 2980abe commit d192dee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: geoviews
version: 1.4.2
version: 1.4.3

source:
path: .
Expand All @@ -15,7 +15,7 @@ requirements:
- jupyter
- notebook
- cartopy
- bokeh >=0.12.10
- bokeh >=0.12.13

about:
home: geo.holoviews.org
Expand Down
2 changes: 1 addition & 1 deletion geoviews/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from . import feature # noqa (API import)


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

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

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

0 comments on commit d192dee

Please sign in to comment.