Boost version number, rebuild YAMLs

This commit is contained in:
Cyber MacGeddon 2024-08-22 17:53:23 +01:00
parent f36e8e5acc
commit ef0e0b125e
11 changed files with 1946 additions and 217 deletions

View file

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