Skip to content

Commit d8d8e93

Browse files
authored
Bump version to 1.8.1 (#125)
1 parent b165ab2 commit d8d8e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dyn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Requires Python 2.6 or higher, or the "simplejson" package.
77
"""
8-
version_info = (1, 8, 0)
8+
version_info = (1, 8, 1)
99
__name__ = 'dyn'
1010
__doc__ = 'A python wrapper for the DynDNS and DynEmail APIs'
1111
__author__ = '''

0 commit comments

Comments
 (0)