- Added docker-compose-storage.yaml, just the infrastructure bits

- Tidied storage invocation
This commit is contained in:
Cyber MacGeddon 2024-08-21 12:14:45 +01:00
parent b0fdb4f314
commit e9298fbde9
11 changed files with 291 additions and 121 deletions

View file

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