summaryrefslogtreecommitdiff
path: root/dns/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/version.py')
-rw-r--r--dns/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/version.py b/dns/version.py
index c382279..8279fef 100644
--- a/dns/version.py
+++ b/dns/version.py
@@ -31,4 +31,4 @@ else:
(MAJOR, MINOR, MICRO, RELEASELEVEL, SERIAL)
hexversion = MAJOR << 24 | MINOR << 16 | MICRO << 8 | RELEASELEVEL << 4 | \
- SERIAL
+ SERIAL