Skip to content

Commit 8786c6a

Browse files
committed
Version 0.0.3
1 parent f309451 commit 8786c6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rest_framework_sso/__init__.py

Lines changed: 1 addition & 1 deletion
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.2'
5+
__version__ = '0.0.3'
66
__author__ = 'Lenno Nagel'
77
__license__ = 'MIT'
88
__copyright__ = 'Copyright 2016 Namespace OÜ'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='djangorestframework-sso',
13-
version='0.0.2',
13+
version='0.0.3',
1414
packages=find_packages(),
1515
include_package_data=True,
1616
license='MIT License',

0 commit comments

Comments
 (0)