Skip to content

Commit

Permalink
bump to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Jun 3, 2021
1 parent 821f5ab commit ce2ffa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blackjax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from . import hmc, inference

__version__ = "0.1"
__version__ = "0.2"

__all__ = ["hmc", "nuts", "inference"]
__all__ = ["hmc", "nuts", "stan_warmup", "inference", "adaptation"]

0 comments on commit ce2ffa1

Please sign in to comment.