aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-11-11 20:58:55 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-11-11 20:58:55 +0100
commit95adb9f374a1cca5efda08d20d9fc58d955d4a42 (patch)
tree3b4ac4f305e2939555b0e134efe1ba29a9599634 /setup.py
parent1cc2f8d82b4a096295c32cd8c5c853cc05d348fa (diff)
downloadipaddress-95adb9f374a1cca5efda08d20d9fc58d955d4a42.tar.gz
release 1.0.15
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2f67303..6e4da4f 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ except ImportError:
settings = {
'name': 'ipaddress',
- 'version': '1.0.14',
+ 'version': '1.0.15',
'description': 'IPv4/IPv6 manipulation library',
'long_description': 'Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2',
'author': 'Philipp Hagemeister',