diff --git a/Python/pyproject.toml b/Python/pyproject.toml index 6b56452c..3962d938 100644 --- a/Python/pyproject.toml +++ b/Python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hbayesdm" -version = "1.2.0" +version = "1.2.1" description = "Python interface for hBayesDM, hierarchical Bayesian modeling of RL-DM tasks" authors = ["hBayesDM developers "] license = "GPLv3" diff --git a/Python/setup.py b/Python/setup.py index 653cf5e0..5ddcf882 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -15,7 +15,7 @@ MAJOR = 1 MINOR = 2 -MICRO = 0 +MICRO = 1 VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) IS_RELEASED = True diff --git a/R/DESCRIPTION b/R/DESCRIPTION index 91bff370..17eb2db6 100644 --- a/R/DESCRIPTION +++ b/R/DESCRIPTION @@ -1,7 +1,7 @@ Package: hBayesDM Title: Hierarchical Bayesian Modeling of Decision-Making Tasks -Version: 1.2.0 -Date: 2022-09-09 +Version: 1.2.1 +Date: 2022-09-13 Author: Woo-Young Ahn [aut, cre], Nate Haines [aut], diff --git a/R/NEWS.md b/R/NEWS.md index ab9bdfcd..ec75cf0f 100644 --- a/R/NEWS.md +++ b/R/NEWS.md @@ -1,3 +1,7 @@ +# hBayesDM 1.2.1 + +* Fixed a pkgdown error. + # hBayesDM 1.2.0 * Added a drift diffusion model and two reinforcement learning-drift diffision models for the probabilistic selection task: `pstRT_ddm`, `pstRT_rlddm1`, and `pstRT_rlddm6`. diff --git a/R/cran-comments.md b/R/cran-comments.md index b26152f3..86f3d180 100644 --- a/R/cran-comments.md +++ b/R/cran-comments.md @@ -1,7 +1,3 @@ -## Resubmission - -All invalid URLs have been fixed. - ## R CMD check results There were no ERRORs or WARNINGs.