Update version information to match setuptools

This commit is contained in:
Babak Farrokhi 2016-06-12 12:15:09 +04:30
parent 8725ce0aeb
commit 403a583942
Signed by: farrokhi
GPG Key ID: 6B267AD85D632E9A
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ from statistics import stdev
import dns.rdatatype
import dns.resolver
__VERSION__ = 1.0
__VERSION__ = 1.4
__PROGNAME__ = os.path.basename(sys.argv[0])
shutdown = False

View File

@ -38,7 +38,7 @@ import dns.flags
import dns.rdatatype
import dns.resolver
__VERSION__ = 1.1
__VERSION__ = 1.4
__PROGNAME__ = os.path.basename(sys.argv[0])
shutdown = False