We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cf2d3 commit 525c38aCopy full SHA for 525c38a
2 files changed
autoarray/__init__.py
@@ -100,4 +100,4 @@
100
101
conf.instance.register(__file__)
102
103
-__version__ = "2026.4.13.3"
+__version__ = "2026.4.13.5"
pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [
23
]
24
keywords = ["cli"]
25
dependencies = [
26
- "autoconf",
+ "autoconf==2026.4.13.5",
27
"astropy>=5.0,<=7.2.0",
28
"decorator>=4.0.0",
29
"dill>=0.3.1.1",
0 commit comments