Increase timeout (#36)

* Increase timeout
* Bump version
This commit is contained in:
cybermaggedon 2024-08-25 20:45:04 +01:00 committed by GitHub
parent 980a4c5b93
commit 3ca1defc88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View file

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