Fix timeouts (#37)

* Fix other timeout default settings

* Add storage-only YAML output

* Bump version
This commit is contained in:
cybermaggedon 2024-08-25 23:57:30 +01:00 committed by GitHub
parent a83c623ca3
commit cea8562ecf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 754 additions and 224 deletions

View file

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