Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
curt-tigges authored Jul 18, 2024
1 parent a0b0f54 commit 4b032ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sae-lens"
version = "3.12.4"
version = "3.13.0"
description = "Training and Analyzing Sparse Autoencoders (SAEs)"
authors = ["Joseph Bloom"]
readme = "README.md"
Expand Down Expand Up @@ -87,4 +87,4 @@ version_variables = [
"pyproject.toml:version",
]
branch = "main"
build_command = "pip install poetry && poetry build"
build_command = "pip install poetry && poetry build"

0 comments on commit 4b032ab

Please sign in to comment.