Skip to content

Commit

Permalink
Fix repo in setup.py and release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Sep 16, 2016
1 parent 8783ce8 commit ed53cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -37,7 +37,7 @@
long_description=readme + '\n\n' + history,
author='Jason Lantz',
author_email='[email protected]',
url='https://github.com/jlantz/django-slds',
url='https://github.com/SalesforceFoundation/django-slds',
packages=[
'django_slds',
],
Expand Down

0 comments on commit ed53cbf

Please sign in to comment.