Fix exception import fail (#28)

* Fix a missing import

* Fix missing  import, bump version
This commit is contained in:
cybermaggedon 2024-08-22 23:59:26 +01:00 committed by GitHub
parent b1b26a3f55
commit 8372ff0eb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 215 additions and 213 deletions

View file

@ -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",