Skip to content

Commit 0cbb0fe

Browse files
committed
version bump
1 parent f3c34c0 commit 0cbb0fe

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.29'
891+
__version__ = '0.30'
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)