Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Jun 18, 2013
1 parent 6e852fe commit 7ef25cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.rst
Expand Up @@ -6,15 +6,17 @@ wsgi-oauth2
This module provides a simple WSGI middleware that requires the user to
authenticate via the specific `OAuth 2.0`_ service e.g. Facebook_, Google_.

You can install the package via downloading from PyPI_::
You can install the package via downloading from PyPI_:

$ easy_install wsgi-oauth2
.. code-block:: console
$ easy_install wsgi-oauth2
Read the documentation_ as well.

.. _OAuth 2.0: http://oauth.net/2/
.. _Facebook: http://www.facebook.com/
.. _Google: http://www.google.com/
.. _PyPI: http://pypi.python.org/pypi/wsgi-oauth2
.. _documentation: http://styleshare.github.com/wsgi-oauth2/
.. _PyPI: https://pypi.python.org/pypi/wsgi-oauth2
.. _documentation: http://styleshare.github.io/wsgi-oauth2/

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -54,7 +54,7 @@ def run(self):
version=wsgioauth2.__version__,
author=wsgioauth2.__author__,
author_email=wsgioauth2.__email__,
url='http://styleshare.github.com/wsgi-oauth2/',
url='http://styleshare.github.io/wsgi-oauth2/',
py_modules=['wsgioauth2'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion wsgioauth2.py
Expand Up @@ -49,7 +49,7 @@
__author__ = 'Hong Minhee' # http://dahlia.kr/
__email__ = 'dahlia' "@" 'stylesha.re'
__license__ = 'MIT License'
__version__ = '0.1.3'
__version__ = '0.1.4'
__copyright__ = '2012, StyleShare, Inc'


Expand Down

0 comments on commit 7ef25cf

Please sign in to comment.