Skip to content

Commit

Permalink
Updated version info for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 21, 2017
1 parent 38bf529 commit 114defc
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
@@ -1,6 +1,6 @@
package:
name: geoviews
version: 1.3.0
version: 1.3.1

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


__version__ = param.Version(release=(1,3,0), fpath=__file__,
__version__ = param.Version(release=(1,3,1), 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
Expand Up @@ -19,7 +19,7 @@

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

0 comments on commit 114defc

Please sign in to comment.