Skip to content

Commit

Permalink
Update SettingsFunctions.R
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Sep 5, 2023
1 parent 18ff491 commit b2c58bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MetaData.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "PatientLevelPredictionModule",
"Version": "0.2.0-3",
"Version": "0.2.0-5",
"Dependencies": ["CohortGeneratorModule"],
"TablePrefix": "plp_"
}
2 changes: 1 addition & 1 deletion SettingsFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
createPatientLevelPredictionModuleSpecifications <- function(modelDesignList) {
specifications <- list(
module = "PatientLevelPredictionModule",
version = "0.2.0-3",
version = "0.2.0-5",
remoteRepo = "github.com",
remoteUsername = "ohdsi",
settings = modelDesignList
Expand Down

0 comments on commit b2c58bc

Please sign in to comment.