Skip to content

Commit d43b2b1

Browse files
committed
version bump
1 parent c00a149 commit d43b2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gnuplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
888888
import numpysane as nps
889889

890890
# setup.py assumes the version is a simple string in '' quotes
891-
__version__ = '0.30'
891+
__version__ = '0.31'
892892

893893
# note that 'with' is both a known plot and curve option
894894
knownPlotOptions = frozenset(('dump', 'ascii', 'log', 'notest', 'wait',

0 commit comments

Comments
 (0)