Prep for 0.5 change

This commit is contained in:
Cyber MacGeddon 2024-07-23 20:43:03 +01:00
parent 524fb8b48b
commit 02fb1e3e77
2 changed files with 2 additions and 2 deletions

View file

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