diff --git a/setup.py b/setup.py index b1c83fc4..dac0ecfd 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os with open("README.md", "r") as fh: long_description = fh.read() -version = "0.4.1" +version = "0.4.2" setuptools.setup( name="trustgraph",