Skip to content

Commit 6aa1e2e

Browse files
committed
Update setup.py
1 parent f2d60e7 commit 6aa1e2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-licensing',
11-
version='0.2.2',
11+
version='0.2.3',
1212
packages=['licensing'],
1313
package_data={
1414
'licensing': [
@@ -21,7 +21,7 @@
2121
description='A Django model and data for adding licensing info to data.',
2222
long_description=README,
2323
url='http://github.com/editorsnotes/django-licensing',
24-
download_url='http://github.com/editorsnotes/django-licensing/tarball/0.2.2',
24+
download_url='http://github.com/editorsnotes/django-licensing/tarball/0.2.3',
2525
author='Ryan Shaw',
2626
author_email='[email protected]',
2727
keywords = ['django', 'licenses', 'licences'],

0 commit comments

Comments
 (0)