Skip to content

Commit

Permalink
Bump panel.js version for 0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 26, 2020
1 parent e669a97 commit 1beab74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion panel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holoviz/panel",
"version": "0.10.0-a42",
"version": "0.10.0",
"description": "A high level dashboarding library for python visualization libraries.",
"license": "BSD-3-Clause",
"repository": {
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def run(self):
########## dependencies ##########

install_requires = [
'bokeh >=2.2',
'bokeh >=2.2.2',
'param >=1.9.3',
'pyviz_comms >=0.7.4',
'markdown',
Expand Down Expand Up @@ -215,7 +215,8 @@ def run(self):
entry_points={
'console_scripts': [
'panel = panel.command:main'
]},
]
},
install_requires=install_requires,
extras_require=extras_require,
tests_require=extras_require['tests']
Expand Down

0 comments on commit 1beab74

Please sign in to comment.