Skip to content

Commit

Permalink
v0.3.1 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkvam committed Apr 17, 2017
1 parent 862fb0c commit 9ca44d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.3.1 / 2017-04-16

### Fixed

* isinstance calls use correct arguments

## 0.3.0 / 2017-04-13

### Added
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.3.1-dev'
__version__ = '0.3.1'

from bowtie._layout import Layout
from bowtie._command import command

0 comments on commit 9ca44d4

Please sign in to comment.