Skip to content

Commit

Permalink
Increment version number to 0.9.0 (#53)
Browse files Browse the repository at this point in the history
Move version number to 0.9.0
  • Loading branch information
delsim authored and GibbsConsulting committed Oct 4, 2018
1 parent d402ec8 commit feabacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_plotly_dash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
SOFTWARE.
'''

__version__ = "0.8.0"
__version__ = "0.9.0"

from .dash_wrapper import DjangoDash

0 comments on commit feabacb

Please sign in to comment.