diff --git a/doc/mkexp.fodt b/doc/mkexp.fodt index 372842779cc24384b3bc417cfc8afc7552446d2c..3b1cf8548db368a842b5dffcdf601fb620e8b554 100644 --- a/doc/mkexp.fodt +++ b/doc/mkexp.fodt @@ -3219,7 +3219,7 @@ </text:sequence-decls> <text:p text:style-name="P414">Make Experiments!</text:p> <text:p text:style-name="P5">Run-script generation for earth system models</text:p> - <text:p text:style-name="P329">Release 1.4.0</text:p> + <text:p text:style-name="P329">Release 1.4.1-dev</text:p> <text:p text:style-name="P383">Karl-Hermann Wieners<text:line-break/><text:span text:style-name="T319">Max-Planck-Institut für Meteorologie<text:line-break/>Hamburg</text:span></text:p> <text:table-of-content text:style-name="Sect1" text:protected="true" text:name="Table of Contents1"> <text:table-of-content-source text:outline-level="10"> diff --git a/package_info.py b/package_info.py index b92094e1c97addb9d99bc14b800289da5f1cb0fe..0d40ad530dba5840f9f9228f1abd9f1b89548791 100644 --- a/package_info.py +++ b/package_info.py @@ -4,4 +4,4 @@ Information on package name and version full_name = 'Make Experiments!' name = 'mkexp' -version = '1.4.0' +version = '1.4.1-dev'