Bump version to 1.1 for next feature series development

This commit is contained in:
Scott Kitterman
2019-12-16 15:21:27 -05:00
parent cb32e3e527
commit 73dbcc08a8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Verstion 1.0.2 Verstion 1.1
- Update documentation URL in README.md - Update documentation URL in README.md
- Set minimum dnspython version to 1.16 because previous versions can not - Set minimum dnspython version to 1.16 because previous versions can not
support the timeout parameter (LP: #1856546) support the timeout parameter (LP: #1856546)
+1 -1
View File
@@ -13,7 +13,7 @@ https://tools.ietf.org/html/rfc6376
# VERSION # VERSION
This is dkimpy 1.0.1. This is dkimpy 1.1.
# REQUIREMENTS # REQUIREMENTS
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os import os
import sys import sys
version = "1.0.1" version = "1.1"
kw = {} # Work-around for lack of 'or' requires in setuptools. kw = {} # Work-around for lack of 'or' requires in setuptools.
try: try: