Bump versions to 0.6.1 for start of development

This commit is contained in:
Scott Kitterman
2017-01-23 18:22:01 -05:00
parent 7f28c44e81
commit e9bf999385
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
UNRELEASED Version 0.6.1
2017-01-23 Version 0.6.0
- Add capability to sign and verify ARC signatures
- Added new script, dknewkey.py, to generate DKIM keys
+1 -1
View File
@@ -24,7 +24,7 @@
from distutils.core import setup
import os
version = "0.6.0"
version = "0.6.1"
setup(
name = "dkimpy",