Skip to content

Commit ff30d5b

Browse files
committed
github url
1 parent acf8215 commit ff30d5b

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
@@ -9,14 +9,14 @@
99

1010
setup(
1111
name='django-url-renditions',
12-
version='0.5',
12+
version='0.6',
1313
packages=find_packages(),
1414
include_package_data=True,
1515
license='BSD License',
1616
description='Create custom renditions from django url fields',
1717
long_description=README,
1818
long_description_content_type='text/markdown',
19-
url='https://vied12.github.io',
19+
url='https://github.com/vied12/django-url-renditions',
2020
author='Edouard Richard',
2121
author_email='edou4rd@gmail.com',
2222
install_requires=['Pillow==5.1.0',],

0 commit comments

Comments
 (0)