Bump to 0.6.2 for the next dev cycle.

This commit is contained in:
Scott Kitterman
2017-01-27 18:53:43 -05:00
parent 5938a29f57
commit f92abcd144
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
UNRELEASED Version 0.6.2
2017-01-27 Version 0.6.1 2017-01-27 Version 0.6.1
- Fixed python3 dns lookup issue - Fixed python3 dns lookup issue
- Fixed arcverify.py issue - Fixed arcverify.py issue
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup from distutils.core import setup
import os import os
version = "0.6.1" version = "0.6.2"
setup( setup(
name = "dkimpy", name = "dkimpy",