Skip to content

Commit 4ae3a55

Browse files
author
semantic-release
committed
0.0.1
Automatically generated by python-semantic-release
1 parent 22a6c6e commit 4ae3a55

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# CHANGELOG
2+
3+
4+
## v0.0.1 (2025-04-21)
5+
6+
### Bug Fixes
7+
8+
- Add missing libraries
9+
([`d6f7c72`](https://github.com/EleutherAI/delphi/commit/d6f7c72c0b9dd4fd12dc78aa75fd77d146b0199b))
10+
11+
- Add missing libraries
12+
([`853d8ca`](https://github.com/EleutherAI/delphi/commit/853d8ca93256b8bda1395bab08199de45eb63926))
13+
14+
- Scope issue with sae causing it to not be loaded properly
15+
([`94f40cc`](https://github.com/EleutherAI/delphi/commit/94f40cc8def426baa9be682e22c96d4c31a8b5ed))
16+
17+
- Scope issue with sae causing it to not be loaded properly
18+
([`23caed7`](https://github.com/EleutherAI/delphi/commit/23caed746e0536da5a0739b6f0cdf12c678be467))
19+
20+
### Documentation
21+
22+
- Update README.md
23+
([`4385b0b`](https://github.com/EleutherAI/delphi/commit/4385b0b3a9ee99fdbf5713a3f990ab5721b12d1e))
24+
25+
acessed -> accessed
26+
27+
- Update README.md
28+
([`31b6896`](https://github.com/EleutherAI/delphi/commit/31b6896ae412903ab797da429f8c834a26a8dfed))
29+
30+
acessed -> accessed

delphi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.0.1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "eai-delphi"
7-
version = "0.2.0"
7+
version = "0.0.1"
88
description = "Automated Interpretability"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)