- Version to 0.7.0

- Tweak Containerfile to add more dependencies, speed up container
  build.
This commit is contained in:
Cyber MacGeddon 2024-08-22 16:56:15 +01:00
parent f09618081e
commit bfe540fb35
12 changed files with 142 additions and 141 deletions

View file

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