Add restart on fail

This commit is contained in:
Cyber MacGeddon 2024-07-17 21:32:53 +01:00
parent 29180216e6
commit 4e09ce75bc
3 changed files with 18 additions and 16 deletions

View file

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