- Change flawed _client timeout logic which was causing major lags

- Moved clients to trustgraph.clients to tidy the parent directory
- Version bump
This commit is contained in:
Cyber MacGeddon 2024-08-20 17:54:11 +01:00
parent bdf4bc2bf5
commit 20f983eec9
34 changed files with 232 additions and 238 deletions

View file

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