mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-09 15:22:38 +02:00
Fix exception import fail (#28)
* Fix a missing import * Fix missing import, bump version
This commit is contained in:
parent
b1b26a3f55
commit
8372ff0eb6
17 changed files with 215 additions and 213 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.4"
|
||||
version = "0.7.5"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue