build: bump version to 1.1.0

This commit is contained in:
Philipp Emanuel Weidmann
2025-12-10 16:54:03 +05:30
parent ca783db6c9
commit d9f2b0407a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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"
Generated
+1 -1
View File
@@ -725,7 +725,7 @@ wheels = [
[[package]]
name = "heretic-llm"
version = "1.0.1"
version = "1.1.0"
source = { editable = "." }
dependencies = [
{ name = "accelerate" },