Skip to content

Commit

Permalink
v0.6.0: return fig, ax from plot()
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnsen committed Jul 27, 2022
1 parent c7d4f6d commit c95fa7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cleosim/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,4 @@ def plot(
invert_z,
scatterargs,
)
return fig, ax
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cleosim"
version = "0.5.1"
version = "0.6.0"
description = "Closed Loop, Electrophysiology, and Optogenetics Simulator: testbed and prototyping kit"
authors = [
"Kyle Johnsen <[email protected]>",
Expand Down

0 comments on commit c95fa7a

Please sign in to comment.