- Update changelog and versions to start 0.5.3.

- Improve key error messages to help troubleshooting.
This commit is contained in:
Scott Kitterman
2012-07-21 01:44:06 -04:00
parent 9fd21038e6
commit 02551e35b2
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup
import os
version = "0.5.2"
version = "0.5.3"
setup(
name = "dkimpy",