Skip to content

Commit 673ef1d

Browse files
author
semantic-release
committed
6.20.1
Automatically generated by python-semantic-release
1 parent 2541e2c commit 673ef1d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

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+
39
## v6.20.0 (2025-10-27)
410

511
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sae-lens"
3-
version = "6.20.0"
3+
version = "6.20.1"
44
description = "Training and Analyzing Sparse Autoencoders (SAEs)"
55
authors = ["Joseph Bloom"]
66
readme = "README.md"

sae_lens/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ruff: noqa: E402
2-
__version__ = "6.20.0"
2+
__version__ = "6.20.1"
33

44
import logging
55

0 commit comments

Comments
 (0)