Reworked templater to produce docker compose and minikube output

This commit is contained in:
Cyber MacGeddon 2024-09-08 21:55:37 +01:00
parent 19625d1cde
commit 713d903293
59 changed files with 37925 additions and 7034 deletions

View file

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