fix typo in version, be explicit in python3 in setup.py

This commit is contained in:
Edward F Long, Jr 2021-05-10 16:07:28 -04:00
parent 266f881738
commit c4f10992e5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.8.2
1.8.1

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import setuptools
setuptools.setup()