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 7fb2cf8 commit 2984fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,15 @@ auth comes with a helper class that makes your life easy.
service = Client('srv201', 'http://192.168.99.100:4000')
print(service)
example:
example:

.. code:: Python
service.add_role(role='admin')
service.get_roles()
*******************
API Methods
*******************
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='auth',
version='0.4.2',
version='0.4.3',
description='Authorization for humans',
long_description=io.open('README.rst', 'r', encoding='utf-8').read(),
classifiers=[
Expand Down

0 comments on commit 2984fd1

Please sign in to comment.