File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11* .egg-info
22* .pyc
33/.coverage
4+ /.python-version
45/.tox /
56/.venv /
67/build /
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def next(iterable):
4747from . import ipv4
4848from . import ipv6
4949
50- __version__ = '0.7.0-dev '
50+ __version__ = '0.7.0'
5151
5252__all__ = (
5353 'IpRange' ,
Original file line number Diff line number Diff line change 3232 'License :: OSI Approved :: BSD License' ,
3333 'Operating System :: OS Independent' ,
3434 'Programming Language :: Python' ,
35- 'Programming Language :: Python :: 2.5' ,
36- 'Programming Language :: Python :: 2.6' ,
3735 'Programming Language :: Python :: 2.7' ,
38- 'Programming Language :: Python :: 3.2' ,
39- 'Programming Language :: Python :: 3.3' ,
36+ 'Programming Language :: Python :: 3.4' ,
37+ 'Programming Language :: Python :: 3.5' ,
38+ 'Programming Language :: Python :: 3.6' ,
39+ 'Programming Language :: Python :: 3.7' ,
4040 'Topic :: Utilities' ,
4141 'Topic :: Internet' ,
4242 ],
You can’t perform that action at this time.
0 commit comments