aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-07-13 05:42:17 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2015-07-13 05:42:17 +0200
commitcb662990003e86acc6fd8934fda83b379f5cbe08 (patch)
tree4eddfe2796b2c16806c2c6128b650b3f9c1309db /setup.py
parent3032918485316a03a8e4efeed0e12e7e9ba0f4bd (diff)
downloadipaddress-cb662990003e86acc6fd8934fda83b379f5cbe08.tar.gz
release 1.0.10
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 b796bf8..cdd9099 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ except ImportError:
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',