build: bump version to 1.1.0
Some checks failed
CI / Check and build (Python 3.10) (push) Has been cancelled
CI / Check and build (Python 3.11) (push) Has been cancelled
CI / Check and build (Python 3.12) (push) Has been cancelled
CI / Check and build (Python 3.13) (push) Has been cancelled

This commit is contained in:
Philipp Emanuel Weidmann 2025-12-10 16:54:03 +05:30
parent ca783db6c9
commit d9f2b0407a
No known key found for this signature in database
GPG key ID: CE6A7756AD520E0F
2 changed files with 3 additions and 3 deletions

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"

2
uv.lock generated
View file

@ -725,7 +725,7 @@ wheels = [
[[package]]
name = "heretic-llm"
version = "1.0.1"
version = "1.1.0"
source = { editable = "." }
dependencies = [
{ name = "accelerate" },