Skip to content

Commit 9c68e3f

Browse files
Release 2.4.1: updating version numbers
1 parent 6f8a516 commit 9c68e3f

6 files changed

Lines changed: 10 additions & 5 deletions

File tree

R/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: bridgestan
22
Title: BridgeStan, Accessing Stan Model Functions in R
3-
Version: 2.4.0
3+
Version: 2.4.1
44
Authors@R:
55
person(given="Brian", family="Ward", , "bward@flatironinstitute.org", role = c("aut", "cre"))
66
License: BSD_3_clause

docs/_static/switcher.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"version": "latest",
55
"url": "https://roualdes.github.io/bridgestan/latest/"
66
},
7+
{
8+
"name": "v2.4.1",
9+
"version": "v2.4.1",
10+
"url": "https://roualdes.github.io/bridgestan/v2.4.1/"
11+
},
712
{
813
"name": "v2.4.0",
914
"version": "v2.4.0",

julia/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"Bob Carpenter <bcarpenter@flatironinstitute.org>",
66
"Edward Roualdes <eroualdes@csuchico.edu>",
77
]
8-
version = "2.4.0"
8+
version = "2.4.1"
99

1010
[deps]
1111
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"

python/bridgestan/__version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "2.4.0"
1+
__version__ = "2.4.1"
22

33
__version_info__ = tuple(map(int, __version__.split(".")))

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bridgestan"
3-
version = "2.4.0"
3+
version = "2.4.1"
44
edition = "2021"
55
rust-version = "1.69"
66
description = "Rust interface for BridgeStan"

src/version.hpp

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

1414
#define BRIDGESTAN_MAJOR 2
1515
#define BRIDGESTAN_MINOR 4
16-
#define BRIDGESTAN_PATCH 0
16+
#define BRIDGESTAN_PATCH 1
1717

1818
namespace bridgestan {
1919

0 commit comments

Comments
 (0)