Skip to content

Commit 7750c09

Browse files
committed
update version numbers in conf.py, simulationClass.m
1 parent eddcfd2 commit 7750c09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
# built documents.
105105
#
106106
# The short X.Y version.
107-
version = 'v6.1.2'
107+
version = 'v7.0.0'
108108

109109
# The language for content autogenerated by Sphinx. Refer to documentation
110110
# for a list of supported languages.

source/objects/simulationClass.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
date = datetime % (`string`) Simulation date and time
8787
gitCommit = [] % (`string`) GitHub commit
8888
maxIt = [] % (`integer`) Total number of simulation time steps. Approximate for variable step solvers. Default = dependent
89-
wsVersion = '6.1.2' % (`string`) WEC-Sim version
89+
wsVersion = '7.0.0' % (`string`) WEC-Sim version
9090
end
9191

9292
methods

0 commit comments

Comments
 (0)