Skip to content

Commit

Permalink
Bumped version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 22, 2017
1 parent ea296d8 commit 7814bd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.1
version: 1.3.2

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,3,1), fpath=__file__,
__version__ = param.Version(release=(1,3,2), 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.3.1",
version="1.3.2",
install_requires = install_requires,
extras_require = extras_require,
description='GeoViews.',
Expand Down

0 comments on commit 7814bd9

Please sign in to comment.