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 c1c5d25 commit aff973dCopy full SHA for aff973d
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# CHANGELOG
2
3
4
+## v0.0.2 (2025-06-02)
5
+
6
+### Bug Fixes
7
8
+- Initial release
9
+ ([`6efa228`](https://github.com/EleutherAI/delphi/commit/6efa228c8d9c0fddc6cb21760c1adb1d51ffdc77))
10
11
12
## v0.0.1 (2025-04-21)
13
14
### Bug Fixes
delphi/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.1"
+__version__ = "0.0.2"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "eai-delphi"
-version = "0.0.1"
+version = "0.0.2"
description = "Automated Interpretability"
readme = "README.md"
requires-python = ">=3.10"
0 commit comments