diff --git a/Makefile b/Makefile index a855e6976..74d5e6895 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ PYBIND11_VERSION := 2.9.2 RAPIDJSON_VERSION := 1.1.0 -STAN_VERSION := 2.32.2 -STANC_VERSION := 2.32.2 -MATH_VERSION := 4.6.2 +STAN_VERSION := 2.33.0 +STANC_VERSION := 2.33.1 +MATH_VERSION := 4.7.0 # NOTE: boost, eigen, sundials, and tbb versions must match those found in Stan Math BOOST_VERSION := 1.78.0 EIGEN_VERSION := 3.4.0 diff --git a/pyproject.toml b/pyproject.toml index 03a52827e..3a3973a79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httpstan" -version = "4.10.1" +version = "4.11.0" description = "HTTP-based interface to Stan, a package for Bayesian inference." authors = [ "Allen Riddell ",