Skip to content

Commit

Permalink
chore: Bump version, update httpstan version
Browse files Browse the repository at this point in the history
Bump version to release candidate. Update
httpstan version.
  • Loading branch information
riddell-stan committed Feb 25, 2021
1 parent 2aa4c26 commit 961784a
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.8"
version = "3.0.0-rc.1"
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.3.1"
httpstan = "^4.3.2"
pysimdjson = "^3.1"
numpy = "^1.7"
clikit = "^0.6.2"
Expand Down

0 comments on commit 961784a

Please sign in to comment.