From 50670e465e13e6d74ea506773eaa36633b5ad4ea Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Tue, 5 Oct 2021 20:19:05 -0400 Subject: [PATCH] chore: Bump version Bump version for Stan 2.28.0. httpstan now at 4.6.0. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 10ca92d..68c78de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pystan" -version = "3.2.0" +version = "3.3.0" description = "Python interface to Stan, a package for Bayesian inference" authors = [ "Allen Riddell ", @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" aiohttp = "^3.6" -httpstan = "~4.5" +httpstan = "~4.6" pysimdjson = "^3.2" numpy = "^1.7" clikit = "^0.6"