We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c566b66 commit 976a2b9Copy full SHA for 976a2b9
blackjax/__init__.py
@@ -20,7 +20,7 @@
20
)
21
from .optimizers import dual_averaging, lbfgs
22
23
-__version__ = "0.8.3"
+__version__ = "0.9.0"
24
25
__all__ = [
26
"dual_averaging", # optimizers
0 commit comments