From 9fbe8e2f4a978486b4ae7edbaac8cf16b27c40db Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 7 Aug 2024 20:37:54 +0100 Subject: [PATCH] v0.5.8 --- Makefile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b6735943..89d1bd9a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.5.7 +VERSION=0.5.8 all: container diff --git a/setup.py b/setup.py index 2cf35306..5055c0e0 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.5.7" +version = "0.5.8" setuptools.setup( name="trustgraph",