Skip to content

Commit 2077151

Browse files
V1.0
updated docs
1 parent 0503253 commit 2077151

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.8'
29+
release = '1.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

docs/source/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,5 @@ Object can then be saved, appended to, or visualised:
205205
206206
plot_object.savefig('plot_1.jpg') #saves the plot as JPEG image.
207207
208-
plt_object.show() #displays plot
208+
plot_object.show() #displays plot
209209

0 commit comments

Comments
 (0)