Fix retrieving package version

This commit is contained in:
Philipp Emanuel Weidmann
2025-11-16 17:35:13 +05:30
parent 3f346b6150
commit b3545e4b1e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "heretic-llm" name = "heretic-llm"
version = "1.0.0" version = "1.0.1"
description = "Fully automatic censorship removal for language models" description = "Fully automatic censorship removal for language models"
readme = "README.md" readme = "README.md"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
+1 -1
View File
@@ -44,7 +44,7 @@ from .utils import (
def run(): def run():
# Modified "Pagga" font from https://budavariam.github.io/asciiart-text/ # Modified "Pagga" font from https://budavariam.github.io/asciiart-text/
print(f"[cyan]█░█░█▀▀░█▀▄░█▀▀░▀█▀░█░█▀▀[/] v{version('heretic')}") print(f"[cyan]█░█░█▀▀░█▀▄░█▀▀░▀█▀░█░█▀▀[/] v{version('heretic-llm')}")
print("[cyan]█▀█░█▀▀░█▀▄░█▀▀░░█░░█░█░░[/]") print("[cyan]█▀█░█▀▀░█▀▄░█▀▀░░█░░█░█░░[/]")
print( print(
"[cyan]▀░▀░▀▀▀░▀░▀░▀▀▀░░▀░░▀░▀▀▀[/] [blue underline]https://github.com/p-e-w/heretic[/]" "[cyan]▀░▀░▀▀▀░▀░▀░▀▀▀░░▀░░▀░▀▀▀[/] [blue underline]https://github.com/p-e-w/heretic[/]"
+1 -1
View File
@@ -87,7 +87,7 @@ def get_readme_intro(
return f"""# This is a decensored version of { return f"""# This is a decensored version of {
model_link model_link
}, made using [Heretic](https://github.com/p-e-w/heretic) v{version("heretic")} }, made using [Heretic](https://github.com/p-e-w/heretic) v{version("heretic-llm")}
## Abliteration parameters ## Abliteration parameters