Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
Bump version for Stan 2.27.0.
httpstan now at 4.5.0.
  • Loading branch information
riddell-stan committed Jun 3, 2021
1 parent b7a3d9a commit 0ab878b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pystan"
version = "3.1.1"
version = "3.2.0"
description = "Python interface to Stan, a package for Bayesian inference"
authors = [
"Allen Riddell <riddella@indiana.edu>",
Expand All @@ -24,7 +24,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
aiohttp = "^3.6"
httpstan = "~4.4"
httpstan = "~4.5"
pysimdjson = "^3.2"
numpy = "^1.7"
clikit = "^0.6"
Expand Down

0 comments on commit 0ab878b

Please sign in to comment.