Skip to content

Commit

Permalink
Bump panel.js version to 1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed May 7, 2023
1 parent c09ed51 commit c13bd64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
</picture>
</a>

# Panel: the most flexible data app framework for Python
# Panel: The powerful data exploration & web app framework for Python

Panel is an open-source Python library that lets you easily build powerful tools, dashboards and complex applications entirely in Python. It has a batteries-included philosophy, putting the PyData ecosystem, powerful data tables and much more at your fingertips. High-level reactive APIs and lower-level callback based APIs ensure you can quickly build exploratory applications, but you aren’t limited if you build complex, multi-page apps with rich interactivity. Panel is a member of the HoloViz ecosystem, your gateway into a connected ecosystem of data exploration tools.

<table>
<tbody>
Expand Down
4 changes: 2 additions & 2 deletions panel/package-lock.json

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

4 changes: 2 additions & 2 deletions panel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@holoviz/panel",
"version": "1.0.0-rc.4",
"description": "A high level dashboarding library for python visualization libraries.",
"version": "1.0.0-rc.5",
"description": "The powerful data exploration & web app framework for Python.",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def run(self):
setup_args = dict(
name='panel',
version=get_setup_version("panel"),
description='A high level app and dashboarding solution for Python.',
description='The powerful data exploration & web app framework for Python.',
long_description=open('README.md', encoding="utf8").read() if os.path.isfile('README.md') else 'Consult README.md',
long_description_content_type="text/markdown",
author="HoloViz",
Expand Down

0 comments on commit c13bd64

Please sign in to comment.