Skip to content

Commit

Permalink
Set version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hydoh committed Sep 13, 2022
1 parent 76efacb commit b5a01ad
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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 <hbayesdm-users@googlegroups.com>"]
license = "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion Python/setup.py
Expand Up @@ -15,7 +15,7 @@

MAJOR = 1
MINOR = 2
MICRO = 0
MICRO = 1
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

IS_RELEASED = True
Expand Down
4 changes: 2 additions & 2 deletions 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],
Expand Down
4 changes: 4 additions & 0 deletions 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`.
Expand Down
4 changes: 0 additions & 4 deletions 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.
Expand Down

0 comments on commit b5a01ad

Please sign in to comment.