Skip to content

Commit

Permalink
Prep for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bd808 committed Jan 7, 2019
1 parent b439824 commit 5d3fae0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.egg-info
*.pyc
/.coverage
/.python-version
/.tox/
/.venv/
/build/
Expand Down
2 changes: 1 addition & 1 deletion iptools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def next(iterable):
from . import ipv4
from . import ipv6

__version__ = '0.7.0-dev'
__version__ = '0.7.0'

__all__ = (
'IpRange',
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Utilities',
'Topic :: Internet',
],
Expand Down

0 comments on commit 5d3fae0

Please sign in to comment.