Parameter updates

This commit is contained in:
JackColquitt 2024-08-21 13:25:07 -07:00 committed by Cyber MacGeddon
parent 099766c845
commit 8e0fae7807
25 changed files with 2227 additions and 230 deletions

View file

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