From 33c8751f4ae077fc053162a01bd24d228115a584 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Fri, 19 Jun 2020 18:27:34 -0700 Subject: [PATCH] Make python scripts refer more generically to python3 instead of python3.7 --- scripts/docs_gen.py | 2 +- scripts/tutorial_gen.py | 2 +- version.scad | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/docs_gen.py b/scripts/docs_gen.py index 6b32f7c..883da62 100755 --- a/scripts/docs_gen.py +++ b/scripts/docs_gen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.7 +#!/usr/bin/env python3 from __future__ import print_function diff --git a/scripts/tutorial_gen.py b/scripts/tutorial_gen.py index 859a531..12bfb7a 100755 --- a/scripts/tutorial_gen.py +++ b/scripts/tutorial_gen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.7 +#!/usr/bin/env python3 from __future__ import print_function diff --git a/version.scad b/version.scad index bbde15e..4cd20ba 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,346]; +BOSL_VERSION = [2,0,347]; // Section: BOSL Library Version Functions