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 Nov 19, 2020
1 parent 1862948 commit c6b5239
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
Expand Up @@ -7,4 +7,4 @@
import logging

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

0 comments on commit c6b5239

Please sign in to comment.