diff --git a/pyproject.toml b/pyproject.toml index 0daa72be..d21a4b3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -87,4 +87,4 @@ version_variables = [ "pyproject.toml:version", ] branch = "main" -build_command = "pip install poetry && poetry build" \ No newline at end of file +build_command = "pip install poetry && poetry build"