Skip to content

Commit

Permalink
chore: bump version, update httpstan version
Browse files Browse the repository at this point in the history
Bump pystan version, updating httpstan version at the same time.
  • Loading branch information
riddell-stan committed Feb 10, 2021
1 parent 66041ac commit 8399207
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.0.0-beta.7"
version = "3.0.0-beta.8"
description = "Python interface to Stan, a package for Bayesian inference"
authors = [
"Allen Riddell <riddella@indiana.edu>",
Expand All @@ -23,7 +23,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
aiohttp = "^3.6"
httpstan = "^4.2.1"
httpstan = "^4.3.0"
pysimdjson = "^3.1"
numpy = "^1.7"
clikit = "^0.6.2"
Expand Down

0 comments on commit 8399207

Please sign in to comment.