From ed53cbf0e4d97f89252cee009b48a11451400714 Mon Sep 17 00:00:00 2001 From: Jason Lantz Date: Fri, 16 Sep 2016 12:56:24 -0500 Subject: [PATCH] Fix repo in setup.py and release 0.1.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6674352..a0dc521 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: from distutils.core import setup -version = '0.1.0' +version = '0.1.1' if sys.argv[-1] == 'publish': try: @@ -37,7 +37,7 @@ long_description=readme + '\n\n' + history, author='Jason Lantz', author_email='jlantz@salesforce.com', - url='https://github.com/jlantz/django-slds', + url='https://github.com/SalesforceFoundation/django-slds', packages=[ 'django_slds', ],