Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lnagel committed Jun 27, 2016
1 parent f309451 commit 8786c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rest_framework_sso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import absolute_import, unicode_literals

__title__ = 'djangorestframework-sso'
__version__ = '0.0.2'
__version__ = '0.0.3'
__author__ = 'Lenno Nagel'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 Namespace OÜ'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='djangorestframework-sso',
version='0.0.2',
version='0.0.3',
packages=find_packages(),
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit 8786c6a

Please sign in to comment.