Skip to content

Commit

Permalink
Bump version to v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreue16 committed Dec 12, 2024
1 parent 1c89843 commit 7dc64b0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "CADET-Core: Version 5.0.2",
"title": "CADET-Core: Version 5.0.3",
"upload_type": "software",
"creators": [
{
Expand Down Expand Up @@ -62,7 +62,7 @@
"keywords": [
"modeling","simulation", "biotechnology", "process", "chromatography", "CADET", "general rate model", "C++"
],
"version": "5.0.2",
"version": "5.0.3",
"access_right": "open",
"communities": [
{ "identifier": "open-source" }
Expand Down
2 changes: 1 addition & 1 deletion doc/cadet.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "CADET"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 5.0.2
PROJECT_NUMBER = 5.0.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion include/cadet/cadet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* The library provides a fast and accurate forward simulator for the general rate model of column liquid chromatography
*
* @authors Please refer to CONTRIBUTING.md
* @version 5.0.2
* @version 5.0.3
* @date 2008-present
* @copyright GNU General Public License v3.0 (or, at your option, any later version).
*/
Expand Down
2 changes: 1 addition & 1 deletion include/common/Driver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ class Driver
writer.scalar("TIME_SIM", _sim->lastSimulationDuration());

if (!writer.exists("FILE_FORMAT"))
writer.scalar("FILE_FORMAT", 40000);
writer.scalar("FILE_FORMAT", 50000);

writer.popGroup();
}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.2
5.0.3

0 comments on commit 7dc64b0

Please sign in to comment.