Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
riddell-stan committed Oct 6, 2020
1 parent 44de108 commit 0590f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion httpstan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
import logging

logging.getLogger("httpstan").addHandler(logging.NullHandler())
__version__ = "2.1.0"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "httpstan"
version = "2.1.0"
version = "2.2.0"
description = "HTTP-based interface to Stan, a package for Bayesian inference."
authors = [
"Allen Riddell <riddella@indiana.edu>",
Expand Down

0 comments on commit 0590f29

Please sign in to comment.