diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2019-10-18 03:30:15 +0200 |
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2019-10-18 03:30:15 +0200 |
| commit | d8aef06cc3ca8a6fd8570cda665b2bb879a29390 (patch) | |
| tree | 95a9111e245a7093fdbebca8b7f8afb7438d2ea2 /setup.py | |
| parent | f069b1572b25d71404bca3e6ae195f44c8f6e8e9 (diff) | |
| download | platform_external_python_ipaddress-upstream-master.tar.gz platform_external_python_ipaddress-upstream-master.tar.bz2 platform_external_python_ipaddress-upstream-master.zip | |
release 1.0.23upstream-master
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
