Skip to content

Commit

Permalink
PyPi 2.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Nov 30, 2018
1 parent 9c004a1 commit d63172d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Quickstart
plt.figure(figsize=(8, 5))
for sweepNumber in range(abf.sweepCount)[::5]:
abf.setSweep(sweepNumber)
plt.plot(abf.sweepX,abf.sweepY,alpha=.5,label="sweep {%d+1}"%(sweepNumber))
plt.plot(abf.sweepX,abf.sweepY,alpha=.5,label="sweep %d"%(sweepNumber))
plt.margins(0, .1)
plt.legend()
Expand Down
2 changes: 1 addition & 1 deletion src/pyabf/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.0.29'
__version__ = '2.0.30'

import warnings

Expand Down

0 comments on commit d63172d

Please sign in to comment.