Skip to content

Commit

Permalink
release 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Oct 18, 2019
1 parent f069b15 commit d8aef06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipaddress.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import itertools
import struct

__version__ = '1.0.22'
__version__ = '1.0.23'

# Compatibility functions
_compat_int_types = (int,)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

settings = {
'name': 'ipaddress',
'version': '1.0.22',
'version': '1.0.23',
'description': 'IPv4/IPv6 manipulation library',
'long_description': 'Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2',
'author': 'Philipp Hagemeister',
Expand Down

0 comments on commit d8aef06

Please sign in to comment.