mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-04 12:52:36 +02:00
Fix client missing exception import (#30)
* Fix missing import, remove cruft imports * Bump version
This commit is contained in:
parent
e7c498be92
commit
1e92b2048a
22 changed files with 213 additions and 243 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue