Skip to content

Commit

Permalink
fix: Fix version in __init__.py
Browse files Browse the repository at this point in the history
This version needs to match the version in pyproject.toml.
  • Loading branch information
riddell-stan committed Jul 1, 2020
1 parent d00c288 commit 70e0f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from stan.model import build # noqa

__version__ = "3.0.0a12"
__version__ = "3.0.0-beta.0"

0 comments on commit 70e0f09

Please sign in to comment.