Skip to content

Commit

Permalink
release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Jul 13, 2015
1 parent 3032918 commit cb66299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipaddress.py
Expand Up @@ -10,7 +10,7 @@

from __future__ import unicode_literals

__version__ = '1.0.9'
__version__ = '1.0.10'

import itertools
import struct
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

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',
Expand Down

0 comments on commit cb66299

Please sign in to comment.