Fix Python version

This commit is contained in:
Cyber MacGeddon 2024-07-22 19:48:33 +01:00
parent 202f4e5298
commit cbddf197ad

View file

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