Skip to content

Commit 32eedf4

Browse files
committed
Set version to 0.5.0.
1 parent 40cfc92 commit 32eedf4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
version = version,
2020
description = 'Python utilites for manipulating IPv4 addresses',
2121
long_description = "Utilities for manipulating IPv4 addresses including a class that can be used to include CIDR network blocks in Django's INTERNAL_IPS setting.",
22-
url = 'http://python-iptools.googlecode.com',
22+
url = 'https://github.com/bd808/python-iptools',
2323
download_url = 'http://pypi.python.org/packages/source/i/iptools/',
2424
author = 'Bryan Davis',
2525
author_email = 'bd808@bd808.com',

src/iptools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
)
6969
7070
"""
71-
__version__ = '0.5.0-dev'
71+
__version__ = '0.5.0'
7272

7373
__all__ = (
7474
'cidr2block',

0 commit comments

Comments
 (0)