Skip to content

Commit 024c606

Browse files
committed
0.3.3
1 parent fcf357c commit 024c606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rest_framework_sso/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import absolute_import, unicode_literals
33

44
__title__ = "djangorestframework-sso"
5-
__version__ = "0.0.9"
5+
__version__ = "0.3.3"
66
__author__ = "Lenno Nagel"
77
__license__ = "MIT"
88
__copyright__ = "Copyright 2016 Namespace OÜ"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="djangorestframework-sso",
18-
version="0.3.2",
18+
version="0.3.3",
1919
packages=find_packages(exclude=["tests"]),
2020
include_package_data=True,
2121
license="MIT License",

0 commit comments

Comments
 (0)