Skip to content

Commit aff973d

Browse files
author
semantic-release
committed
0.0.2
Automatically generated by python-semantic-release
1 parent c1c5d25 commit aff973d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

33

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+
412
## v0.0.1 (2025-04-21)
513

614
### Bug Fixes

delphi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.0.1"
7+
version = "0.0.2"
88
description = "Automated Interpretability"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)