Version to 0.6.3

This commit is contained in:
Cyber MacGeddon 2024-08-19 22:12:33 +01:00
parent 501e7131b7
commit afdf3f0cef
3 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# VERSION=$(shell git describe | sed 's/^v//') # VERSION=$(shell git describe | sed 's/^v//')
VERSION=0.6.2 VERSION=0.6.3
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.6.2" version = "0.6.3"
setuptools.setup( setuptools.setup(
name="trustgraph", name="trustgraph",

View file

@ -1 +0,0 @@
"0.6.2"