Skip to content

Commit

Permalink
typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam committed Nov 20, 2017
1 parent 9d79a78 commit 8fe4884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Cache is now backed by session storage (#160)
* Link component for switching views without a page reload

## Breaking
### Breaking

* Renamed `Layout` class to `App`

Expand Down
2 changes: 1 addition & 1 deletion bowtie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Interactive dashboard toolkit."""

__version__ = '0.5.0'
__version__ = '0.5.0-dev'

from bowtie._app import App, View
from bowtie._command import command
Expand Down

0 comments on commit 8fe4884

Please sign in to comment.