aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-04-01 18:08:21 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-04-01 18:08:21 +0200
commit9a451f016fd2059e81d6a93607f45c24195e23c1 (patch)
tree30141534fb6f266e3acc54d727f18504b25bf465 /setup.py
parent26097428fc6a2e022d456e9424c10aff319f5bdd (diff)
downloadipaddress-9a451f016fd2059e81d6a93607f45c24195e23c1.tar.gz
Release 1.0.4
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 3f0c1bc..f64a496 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ except ImportError:
settings = {
'name': 'ipaddress',
- 'version': '1.0.3',
+ 'version': '1.0.4',
'description': 'IPv4/IPv6 manipulation library',
'long_description': 'Port of the 3.3+ ipaddress module to 2.6 and 2.7',
'author': 'Philipp Hagemeister',