diff --git a/Makefile b/Makefile index c139e5bf..0f3f2b8f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.10.0 +VERSION=0.10.1 DOCKER=podman diff --git a/setup.py b/setup.py index 65e504dd..8240a805 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.10.0" +version = "0.10.1" setuptools.setup( name="trustgraph",