Skip to content

Commit 7dc64b0

Browse files
committed
Bump version to v5.0.3
1 parent 1c89843 commit 7dc64b0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.zenodo.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "CADET-Core: Version 5.0.2",
2+
"title": "CADET-Core: Version 5.0.3",
33
"upload_type": "software",
44
"creators": [
55
{
@@ -62,7 +62,7 @@
6262
"keywords": [
6363
"modeling","simulation", "biotechnology", "process", "chromatography", "CADET", "general rate model", "C++"
6464
],
65-
"version": "5.0.2",
65+
"version": "5.0.3",
6666
"access_right": "open",
6767
"communities": [
6868
{ "identifier": "open-source" }

doc/cadet.doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "CADET"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 5.0.2
41+
PROJECT_NUMBER = 5.0.3
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

include/cadet/cadet.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* The library provides a fast and accurate forward simulator for the general rate model of column liquid chromatography
1616
*
1717
* @authors Please refer to CONTRIBUTING.md
18-
* @version 5.0.2
18+
* @version 5.0.3
1919
* @date 2008-present
2020
* @copyright GNU General Public License v3.0 (or, at your option, any later version).
2121
*/

include/common/Driver.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ class Driver
664664
writer.scalar("TIME_SIM", _sim->lastSimulationDuration());
665665

666666
if (!writer.exists("FILE_FORMAT"))
667-
writer.scalar("FILE_FORMAT", 40000);
667+
writer.scalar("FILE_FORMAT", 50000);
668668

669669
writer.popGroup();
670670
}

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.2
1+
5.0.3

0 commit comments

Comments
 (0)