mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-26 15:55:16 +02:00
Fix timeouts (#37)
* Fix other timeout default settings * Add storage-only YAML output * Bump version
This commit is contained in:
parent
a83c623ca3
commit
cea8562ecf
24 changed files with 754 additions and 224 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.12"
|
||||
version = "0.7.13"
|
||||
|
||||
setuptools.setup(
|
||||
name="trustgraph",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue