aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-09-06 12:32:09 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-09-06 12:32:09 +0200
commit23fd3eb15b0a6bcfd2a88478b1512b56918276ef (patch)
treea0a4176aaf38c73d12f659b469a20a7dbe8abebe /setup.py
parent3891b2c2cdebace656764a2f8674f2b873f6c8c1 (diff)
downloadipaddress-23fd3eb15b0a6bcfd2a88478b1512b56918276ef.tar.gz
Bump version number
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 f64a496..1f38f26 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ except ImportError:
settings = {
'name': 'ipaddress',
- 'version': '1.0.4',
+ 'version': '1.0.5',
'description': 'IPv4/IPv6 manipulation library',
'long_description': 'Port of the 3.3+ ipaddress module to 2.6 and 2.7',
'author': 'Philipp Hagemeister',