From d8aef06cc3ca8a6fd8570cda665b2bb879a29390 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 18 Oct 2019 03:30:15 +0200 Subject: release 1.0.23 --- ipaddress.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipaddress.py b/ipaddress.py index 8e09243..3e6f9e4 100644 --- a/ipaddress.py +++ b/ipaddress.py @@ -14,7 +14,7 @@ from __future__ import unicode_literals import itertools import struct -__version__ = '1.0.22' +__version__ = '1.0.23' # Compatibility functions _compat_int_types = (int,) diff --git a/setup.py b/setup.py index eba10de..7e99280 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: 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', -- cgit v1.2.3