Bump version

This commit is contained in:
Cyber MacGeddon 2024-09-30 12:03:22 +01:00
parent e22d174875
commit 315d926879
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# VERSION=$(shell git describe | sed 's/^v//') # VERSION=$(shell git describe | sed 's/^v//')
VERSION=0.11.4 VERSION=0.11.5
DOCKER=podman DOCKER=podman

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.11.4" version = "0.11.5"
setuptools.setup( setuptools.setup(
name="trustgraph", name="trustgraph",