Skip to content

Commit

Permalink
V1.0
Browse files Browse the repository at this point in the history
updated docs
  • Loading branch information
paulvangentcom committed Jul 31, 2018
1 parent 0503253 commit 2077151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.8'
release = '1.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,5 @@ Object can then be saved, appended to, or visualised:
plot_object.savefig('plot_1.jpg') #saves the plot as JPEG image.
plt_object.show() #displays plot
plot_object.show() #displays plot

0 comments on commit 2077151

Please sign in to comment.