- Version to 0.7.0 (#19)

- Tweak Containerfile to add more dependencies, speed up container
  build.
This commit is contained in:
cybermaggedon 2024-08-22 17:02:36 +01:00 committed by GitHub
parent 1297cdb1d0
commit 86cbe7f929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",