Fix templates (#55)

* Fix template import problem

* Bump version
This commit is contained in:
cybermaggedon 2024-09-05 18:24:51 +01:00 committed by GitHub
parent f7429f2f9b
commit ddd8cc90e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 253 additions and 252 deletions

View file

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