diff --git a/Makefile b/Makefile index c60d6326..e60ab5d2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.11.1 +VERSION=0.11.2 DOCKER=podman diff --git a/setup.py b/setup.py index 192b29fc..c06bbb4f 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.11.1" +version = "0.11.2" setuptools.setup( name="trustgraph",