Catch LLM mismatches (#39)

* Catch more upstream LLM issues

* Bump version
This commit is contained in:
cybermaggedon 2024-08-26 10:58:02 +01:00 committed by GitHub
parent acd60e95ec
commit d0e3fcf019
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 247 additions and 224 deletions

View file

@ -4,7 +4,7 @@ import os
with open("README.md", "r") as fh:
long_description = fh.read()
version = "0.7.14"
version = "0.7.15"
setuptools.setup(
name="trustgraph",