From c4f10992e5dda2d7efb37d81646a0b0d1ae4d4a0 Mon Sep 17 00:00:00 2001 From: "Edward F Long, Jr" Date: Mon, 10 May 2021 16:07:28 -0400 Subject: [PATCH] fix typo in version, be explicit in python3 in setup.py --- VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 53adb84..a8fdfda 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.2 +1.8.1 diff --git a/setup.py b/setup.py index 61cc244..f187f2c 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import setuptools setuptools.setup()