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 103bd65 commit de9e1bbCopy full SHA for de9e1bb
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.3'
+__version__ = '0.0.4'
6
__author__ = 'Lenno Nagel'
7
__license__ = 'MIT'
8
__copyright__ = 'Copyright 2016 Namespace OÜ'
setup.py
@@ -26,7 +26,7 @@ def get_install_requires():
26
27
setup(
28
name='djangorestframework-sso',
29
- version='0.0.3',
+ version='0.0.4',
30
packages=find_packages(),
31
include_package_data=True,
32
license='MIT License',
0 commit comments