diff --git a/pyproject.toml b/pyproject.toml index a451bb6..c6a9457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "heretic-llm" -version = "1.0.1" +version = "1.1.0" description = "Fully automatic censorship removal for language models" readme = "README.md" license = "AGPL-3.0-or-later" @@ -53,7 +53,7 @@ Homepage = "https://github.com/p-e-w/heretic" Documentation = "https://github.com/p-e-w/heretic" Repository = "https://github.com/p-e-w/heretic.git" Issues = "https://github.com/p-e-w/heretic/issues" -Changelog = "https://github.com/p-e-w/heretic/commits/master/" +Changelog = "https://github.com/p-e-w/heretic/releases" [project.scripts] heretic = "heretic.main:main" diff --git a/uv.lock b/uv.lock index 5e0206d..7181810 100644 --- a/uv.lock +++ b/uv.lock @@ -725,7 +725,7 @@ wheels = [ [[package]] name = "heretic-llm" -version = "1.0.1" +version = "1.1.0" source = { editable = "." } dependencies = [ { name = "accelerate" },