From 6e9ff09e3c860cdb46add244af3c2211d3077ae5 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Fri, 1 Feb 2019 13:42:04 +0000 Subject: [PATCH] Switched to python 3.7. --- create-db | 2 +- simhashbucket | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/create-db b/create-db index 465a45f..22db28e 100755 --- a/create-db +++ b/create-db @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3.7 # # Copyright (C) 2016,2017 The University of Sheffield, UK # diff --git a/simhashbucket b/simhashbucket index 7335419..357b757 100755 --- a/simhashbucket +++ b/simhashbucket @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3.7 # # Copyright (C) 2018 The University of Sheffield, UK #