Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ourway committed Nov 15, 2015
1 parent 669747d commit 7fb2cf8
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 @@ -17,7 +17,7 @@

setup(
name='auth',
version='0.4.1',
version='0.4.2',
description='Authorization for humans',
long_description=io.open('README.rst', 'r', encoding='utf-8').read(),
classifiers=[
Expand All @@ -40,7 +40,7 @@
keywords='authorizarion role auth groups membership ensure ldap',
author='Farsheed Ashouri',
author_email='rodmena@me.com',
url='http://ourway.github.io/auth/',
url='http://github.com/ourway/auth/',
license='Apache 2.0',
packages=find_packages(exclude=['tests']),
include_package_data=True,
Expand Down

0 comments on commit 7fb2cf8

Please sign in to comment.