Fix client missing exception import (#30)

* Fix missing import, remove cruft imports

* Bump version
This commit is contained in:
cybermaggedon 2024-08-23 12:59:14 +01:00 committed by GitHub
parent e7c498be92
commit 1e92b2048a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 213 additions and 243 deletions

View file

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