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()