Skip to content

Commit

Permalink
Updated version number in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbois committed Apr 2, 2019
1 parent 93f8d97 commit c79fddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions biocircuits/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def _callback_toggle(new):
handler = bokeh.application.handlers.FunctionHandler(_plot_app)
return bokeh.application.Application(handler)


def streamplot(x, y, u, v, p=None, density=1, color=None,
line_width=None, alpha=1, arrow_size=7, minlength=0.1,
start_points=None, maxlength=4.0, integration_direction='both',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from codecs import open
from os import path

__version__ = '0.0.4'
__version__ = '0.0.5'

here = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit c79fddd

Please sign in to comment.