Skip to content

Commit 39fe834

Browse files
committed
Bumped version to 1.9.5
1 parent a994cf8 commit 39fe834

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

holoviews/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import numpy as np # noqa (API import)
66
import param
77

8-
__version__ = param.Version(release=(1,9,4), fpath=__file__,
8+
__version__ = param.Version(release=(1,9,5), fpath=__file__,
99
commit="$Format:%h$", reponame='holoviews')
1010

1111
from .core import archive, config # noqa (API import)

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: holoviews
3-
version: 1.9.4
3+
version: 1.9.5
44

55
source:
66
path: .

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup_args.update(dict(
3737
name='holoviews',
38-
version="1.9.4",
38+
version="1.9.5",
3939
install_requires=install_requires,
4040
extras_require=extras_require,
4141
description='Stop plotting your data - annotate your data and let it visualize itself.',

0 commit comments

Comments
 (0)