We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f309451 commit 8786c6aCopy full SHA for 8786c6a
rest_framework_sso/__init__.py
@@ -2,7 +2,7 @@
2
from __future__ import absolute_import, unicode_literals
3
4
__title__ = 'djangorestframework-sso'
5
-__version__ = '0.0.2'
+__version__ = '0.0.3'
6
__author__ = 'Lenno Nagel'
7
__license__ = 'MIT'
8
__copyright__ = 'Copyright 2016 Namespace OÜ'
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='djangorestframework-sso',
13
- version='0.0.2',
+ version='0.0.3',
14
packages=find_packages(),
15
include_package_data=True,
16
license='MIT License',
0 commit comments