diff --git a/R/DESCRIPTION b/R/DESCRIPTION index d4b60728..a29f03e7 100644 --- a/R/DESCRIPTION +++ b/R/DESCRIPTION @@ -1,6 +1,6 @@ Package: bridgestan Title: BridgeStan, Accessing Stan Model Functions in R -Version: 2.4.1 +Version: 2.5.0 Authors@R: person(given="Brian", family="Ward", , "bward@flatironinstitute.org", role = c("aut", "cre")) License: BSD_3_clause diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 36d4bf59..aa2fe8f3 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -4,6 +4,11 @@ "version": "latest", "url": "https://roualdes.github.io/bridgestan/latest/" }, + { + "name": "v2.5.0", + "version": "v2.5.0", + "url": "https://roualdes.github.io/bridgestan/v2.5.0/" + }, { "name": "v2.4.1", "version": "v2.4.1", diff --git a/julia/Project.toml b/julia/Project.toml index 374bb34f..97d1e90a 100644 --- a/julia/Project.toml +++ b/julia/Project.toml @@ -5,7 +5,7 @@ authors = [ "Bob Carpenter ", "Edward Roualdes ", ] -version = "2.4.1" +version = "2.5.0" [deps] Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" diff --git a/python/bridgestan/__version.py b/python/bridgestan/__version.py index 62eba35d..f2b89515 100644 --- a/python/bridgestan/__version.py +++ b/python/bridgestan/__version.py @@ -1,3 +1,3 @@ -__version__ = "2.4.1" +__version__ = "2.5.0" __version_info__ = tuple(map(int, __version__.split("."))) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 899da5c7..fa1bb62e 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bridgestan" -version = "2.4.1" +version = "2.5.0" edition = "2021" rust-version = "1.69" description = "Rust interface for BridgeStan" diff --git a/src/version.hpp b/src/version.hpp index 301320a1..1408dd24 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -12,8 +12,8 @@ #endif #define BRIDGESTAN_MAJOR 2 -#define BRIDGESTAN_MINOR 4 -#define BRIDGESTAN_PATCH 1 +#define BRIDGESTAN_MINOR 5 +#define BRIDGESTAN_PATCH 0 namespace bridgestan {