We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11ca04 commit e6acf94Copy full SHA for e6acf94
2 files changed
pyproject.toml
@@ -36,7 +36,7 @@ dynamic = ["version"]
36
37
[project.optional-dependencies]
38
examples = [
39
- "jrnmm @ git+https://github.com/dirmeier/jrnmm@v0.1.0.post1",
+ "jrnmm==0.1.1.post2",
40
]
41
[project.urls]
42
Homepage = "https://github.com/dirmeier/sbijax"
sbijax/__init__.py
@@ -1,6 +1,6 @@
1
"""sbijax: Simulation-based inference in JAX."""
2
3
-__version__ = "0.3.3"
+__version__ = "0.3.3.post1"
4
5
import os
6
0 commit comments