Bump to v0.4.6

This commit is contained in:
Jeremy Singer-Vine
2017-01-26 16:53:00 -05:00
parent fcccd8e2d3
commit ec5a527fbb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import sys, os
from setuptools import setup, find_packages
import subprocess
version = "0.4.5"
version = "0.4.6"
base_reqs = [
"chardet",