Skip to content

Commit 19a1275

Browse files
committed
version bump
1 parent bdad988 commit 19a1275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnuplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
10951095
gnuplot_executable='gnuplot'
10961096

10971097
# setup.py assumes the version is a simple string in '' quotes
1098-
__version__ = '0.39'
1098+
__version__ = '0.40'
10991099

11001100
# In a multiplot, the "process" options apply to the larger plot containing all
11011101
# the subplots, and the "subplot" options apply to each invididual plot.

0 commit comments

Comments
 (0)