diff --git a/Makefile b/Makefile index c33db3d6..64560869 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # VERSION=$(shell git describe | sed 's/^v//') -VERSION=0.6.2 +VERSION=0.6.3 DOCKER=podman diff --git a/setup.py b/setup.py index a395b74f..13c1c18b 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.6.2" +version = "0.6.3" setuptools.setup( name="trustgraph", diff --git a/templates/components/version.jsonnet b/templates/components/version.jsonnet deleted file mode 100644 index a3820e12..00000000 --- a/templates/components/version.jsonnet +++ /dev/null @@ -1 +0,0 @@ -"0.6.2"