Skip to content

Commit

Permalink
Preparing for v1.6.4
Browse files Browse the repository at this point in the history
General improvements and fixes
  • Loading branch information
farrokhi committed Apr 3, 2018
1 parent a0c2624 commit 25c243e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dnseval.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

__author__ = 'Babak Farrokhi (babak@farrokhi.net)'
__license__ = 'BSD'
__version__ = "1.6.3"
__version__ = "1.6.4"
__progname__ = os.path.basename(sys.argv[0])
shutdown = False

Expand Down
2 changes: 1 addition & 1 deletion dnsping.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

__author__ = 'Babak Farrokhi (babak@farrokhi.net)'
__license__ = 'BSD'
__version__ = "1.6.3"
__version__ = "1.6.4"
__progname__ = os.path.basename(sys.argv[0])
shutdown = False

Expand Down
2 changes: 1 addition & 1 deletion dnstraceroute.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# Global Variables
__author__ = 'Babak Farrokhi (babak@farrokhi.net)'
__license__ = 'BSD'
__version__ = "1.6.3"
__version__ = "1.6.4"
_ttl = None
quiet = False
whois_cache = {}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="dnsdiag",
version="1.6.3",
version="1.6.4",
packages=find_packages(),
scripts=["dnseval.py", "dnsping.py", "dnstraceroute.py"],
install_requires=['dnspython>=1.15.0', 'cymruwhois>=1.6'],
Expand Down

0 comments on commit 25c243e

Please sign in to comment.