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 1
1
* .egg-info
2
2
* .pyc
3
3
/.coverage
4
+ /.python-version
4
5
/.tox /
5
6
/.venv /
6
7
/build /
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def next(iterable):
47
47
from . import ipv4
48
48
from . import ipv6
49
49
50
- __version__ = '0.7.0-dev '
50
+ __version__ = '0.7.0'
51
51
52
52
__all__ = (
53
53
'IpRange' ,
Original file line number Diff line number Diff line change 32
32
'License :: OSI Approved :: BSD License' ,
33
33
'Operating System :: OS Independent' ,
34
34
'Programming Language :: Python' ,
35
- 'Programming Language :: Python :: 2.5' ,
36
- 'Programming Language :: Python :: 2.6' ,
37
35
'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' ,
40
40
'Topic :: Utilities' ,
41
41
'Topic :: Internet' ,
42
42
],
You can’t perform that action at this time.
0 commit comments