Skip to content

Commit

Permalink
0.6.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 23, 2024
1 parent 0308cb1 commit e4e0bf9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.6.3 (2024-10-23)

### Fix

* fix: update cached_activations directory to include number of prompts ([`0308cb1`](https://github.com/jbloomAus/SAEDashboard/commit/0308cb146bf2eb9cee26f03d3098511d03022485))


## v0.6.2 (2024-10-23)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sae-dashboard"
version = "0.6.2"
version = "0.6.3"
description = "Open-source SAE visualizer, based on Anthropic's published visualizer. Forked / Detached from sae_vis."
authors = ["Callum McDougall <[email protected]>", "Joseph Bloom, <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sae_dashboard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.2"
__version__ = "0.6.3"

# from .data_fetching_fns import *
# from .data_storing_fns import *
Expand Down

0 comments on commit e4e0bf9

Please sign in to comment.