release 1.0.14
diff --git a/ipaddress.py b/ipaddress.py
index 92fe189..a08eb74 100644
--- a/ipaddress.py
+++ b/ipaddress.py
@@ -14,7 +14,7 @@
import itertools
import struct
-__version__ = '1.0.13'
+__version__ = '1.0.14'
# Compatibility functions
_compat_int_types = (int,)
diff --git a/setup.py b/setup.py
index 5a0ce11..2f67303 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
settings = {
'name': 'ipaddress',
- 'version': '1.0.13',
+ 'version': '1.0.14',
'description': 'IPv4/IPv6 manipulation library',
'long_description': 'Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2',
'author': 'Philipp Hagemeister',