We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f87334 commit c9c838dCopy full SHA for c9c838d
jupyter_plotly_dash/version.py
@@ -19,4 +19,4 @@
19
# along with jupyter-plotly-dash. If not, see <https://www.gnu.org/licenses/>.
20
#
21
22
-__version__ = "0.3.0"
+__version__ = "0.3.1"
setup.py
@@ -25,6 +25,7 @@
25
'License :: OSI Approved :: GNU Affero General Public License v3',
26
'Programming Language :: Python :: 3',
27
'Programming Language :: Python :: 3.6',
28
+ 'Framework :: Dash',
29
],
30
keywords='Jupyter plotly plotly-dash dash dashboard django-plotly-dash Django',
31
project_urls = {
0 commit comments