Bump versions to 0.8.2

This commit is contained in:
Scott Kitterman
2018-10-30 07:17:10 -04:00
parent 5349a9f813
commit 3aaa7e2ab5
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os
import sys
version = "0.8.1"
version = "0.8.2"
kw = {} # Work-around for lack of 'or' requires in setuptools.
try: