Skip to content

Commit

Permalink
v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
chriddyp committed Mar 21, 2017
1 parent d4b2d63 commit 07393a7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='dash.ly',
version='0.12.6',
version='0.13.0',
author='chris p',
author_email='[email protected]',
packages=['dash', 'dash/development'],
Expand All @@ -12,9 +12,6 @@
install_requires=[
'Flask',
'flask-compress',
'plotly',
'dash-core-components>=0.2.11',
'dash-html-components>=0.3.8',
'dash-renderer>=0.2.9'
'plotly'
]
)

0 comments on commit 07393a7

Please sign in to comment.