Skip to content

Commit 9fe64ed

Browse files
committed
'Updated version in __init__ to 2026.4.13.5
1 parent 2ccd546 commit 9fe64ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

autofit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ def save_abc(pickler, obj):
138138
pickle._Pickler.save_type(pickler, obj)
139139

140140

141-
__version__ = "2026.4.13.3"
141+
__version__ = "2026.4.13.5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
keywords = ["cli"]
2525
dependencies = [
26-
"autoconf",
26+
"autoconf==2026.4.13.5",
2727
"array_api_compat",
2828
"anesthetic==2.8.14; python_version < '3.13'",
2929
"anesthetic>=2.9.0; python_version >= '3.13'",

0 commit comments

Comments
 (0)