We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e387dd2 commit 99e33b5Copy full SHA for 99e33b5
2 files changed
autolens/__init__.py
@@ -129,7 +129,7 @@
129
130
conf.instance.register(__file__)
131
132
-__version__ = "2026.4.13.3"
+__version__ = "2026.4.13.5"
133
134
135
def __getattr__(name):
pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [
23
]
24
keywords = ["cli"]
25
dependencies = [
26
- "autogalaxy",
+ "autogalaxy==2026.4.13.5",
27
"nautilus-sampler==1.0.5"
28
29
0 commit comments