We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2541e2c commit 673ef1dCopy full SHA for 673ef1d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v6.20.1 (2025-10-28)
4
+
5
+### Fix
6
7
+* fix: update pypi publisher ([`2541e2c`](https://github.com/decoderesearch/SAELens/commit/2541e2c3e0e74f868b5082c67e852ab2409588d8))
8
9
## v6.20.0 (2025-10-27)
10
11
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sae-lens"
-version = "6.20.0"
+version = "6.20.1"
description = "Training and Analyzing Sparse Autoencoders (SAEs)"
authors = ["Joseph Bloom"]
readme = "README.md"
sae_lens/__init__.py
@@ -1,5 +1,5 @@
# ruff: noqa: E402
-__version__ = "6.20.0"
+__version__ = "6.20.1"
import logging
0 commit comments