Version to 0.5.7

This commit is contained in:
Cyber MacGeddon 2024-08-07 19:17:54 +01:00
parent 7a607bf90d
commit 04ab9b2549
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# VERSION=$(shell git describe | sed 's/^v//')
VERSION=0.5.6
VERSION=0.5.7
all: container

View file

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