diff --git a/ipaddress.py b/ipaddress.py index c626578..ec34977 100644 --- a/ipaddress.py +++ b/ipaddress.py @@ -10,7 +10,7 @@ from __future__ import unicode_literals -__version__ = '1.0.9' +__version__ = '1.0.10' import itertools import struct diff --git a/setup.py b/setup.py index b796bf8..cdd9099 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ settings = { 'name': 'ipaddress', - 'version': '1.0.9', + 'version': '1.0.10', 'description': 'IPv4/IPv6 manipulation library', 'long_description': 'Port of the 3.3+ ipaddress module to 2.6, 2.7, and 3.2', 'author': 'Philipp Hagemeister',