Template generation of docker compose files

This commit is contained in:
Cyber MacGeddon 2024-08-13 12:33:15 +01:00
parent dc6ca7c0eb
commit 356cf17390
28 changed files with 2621 additions and 2043 deletions

View file

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