diff --git a/DESCRIPTION b/DESCRIPTION index 3350737..2530e41 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cqtkit Title: Comprehensive C-QT Analysis From Data to Deliverables -Version: 1.0.1 +Version: 1.0.2 Authors@R: c( person("Matt", "Smith", , "matthews@a2-ai.com", role = c("aut", "cre")), person("Devin", "Pastoor", , "devin@a2-ai.com", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 6bc4af8..bec31d8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# cqtkit 1.0.2 + +### Fixed +* Fixed issue where duplicate conc values were added in `compute_exposure_predictions()` causing `predict_with_exposure_plot` to fail. + + # cqtkit 1.0.1 ### Fixed