We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf357c commit 024c606Copy full SHA for 024c606
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.9"
+__version__ = "0.3.3"
6
__author__ = "Lenno Nagel"
7
__license__ = "MIT"
8
__copyright__ = "Copyright 2016 Namespace OÜ"
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="djangorestframework-sso",
18
- version="0.3.2",
+ version="0.3.3",
19
packages=find_packages(exclude=["tests"]),
20
include_package_data=True,
21
license="MIT License",
0 commit comments