Skip to content

Commit

Permalink
Add the version to the module
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Mar 11, 2014
1 parent 5760e3e commit 162d3a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srvlookup.py
Expand Up @@ -10,6 +10,9 @@
from dns import resolver
import socket

__version__ = (0, 1, 0)
version = '%s.%s.%s' % __version__

LOGGER = logging.getLogger(__name__)

SRV = namedtuple('SRV', ['host', 'port', 'priority', 'weight'])
Expand Down

0 comments on commit 162d3a3

Please sign in to comment.