Skip to content

Commit b5a01ad

Browse files
committed
Set version to 1.2.1
1 parent 76efacb commit b5a01ad

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hbayesdm"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Python interface for hBayesDM, hierarchical Bayesian modeling of RL-DM tasks"
55
authors = ["hBayesDM developers <hbayesdm-users@googlegroups.com>"]
66
license = "GPLv3"

Python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
MAJOR = 1
1717
MINOR = 2
18-
MICRO = 0
18+
MICRO = 1
1919
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2020

2121
IS_RELEASED = True

R/DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: hBayesDM
22
Title: Hierarchical Bayesian Modeling of Decision-Making Tasks
3-
Version: 1.2.0
4-
Date: 2022-09-09
3+
Version: 1.2.1
4+
Date: 2022-09-13
55
Author:
66
Woo-Young Ahn [aut, cre],
77
Nate Haines [aut],

R/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# hBayesDM 1.2.1
2+
3+
* Fixed a pkgdown error.
4+
15
# hBayesDM 1.2.0
26

37
* Added a drift diffusion model and two reinforcement learning-drift diffision models for the probabilistic selection task: `pstRT_ddm`, `pstRT_rlddm1`, and `pstRT_rlddm6`.

R/cran-comments.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## Resubmission
2-
3-
All invalid URLs have been fixed.
4-
51
## R CMD check results
62

73
There were no ERRORs or WARNINGs.

0 commit comments

Comments
 (0)