Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
farrokhi committed Apr 24, 2017
1 parent 8964842 commit 2194459
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 @@ -38,7 +38,7 @@
import dns.rdatatype
import dns.resolver

__VERSION__ = 1.5
__VERSION__ = 1.6
__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 @@ -38,7 +38,7 @@
import dns.rdatatype
import dns.resolver

__VERSION__ = 1.5
__VERSION__ = 1.6
__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 @@ -43,7 +43,7 @@

__author__ = 'Babak Farrokhi (babak@farrokhi.net)'
__license__ = 'BSD'
__version__ = 1.5
__version__ = 1.6
_ttl = None
quiet = False

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.5.1",
version="1.6.0",
packages=find_packages(),
classifiers=[
"Topic :: System :: Networking",
Expand Down

0 comments on commit 2194459

Please sign in to comment.