File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11include LICENSE
22include README.rst
3+ include requirements.txt
34recursive-include rest_framework_sso/migrations *
45recursive-exclude * __pycache__
56recursive-exclude * *.py[co]
Original file line number Diff line number Diff line change 22from __future__ import absolute_import , unicode_literals
33
44__title__ = 'djangorestframework-sso'
5- __version__ = '0.0.4 '
5+ __version__ = '0.0.5 '
66__author__ = 'Lenno Nagel'
77__license__ = 'MIT'
88__copyright__ = 'Copyright 2016 Namespace OÜ'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def get_install_requires():
2626
2727setup (
2828 name = 'djangorestframework-sso' ,
29- version = '0.0.4 ' ,
29+ version = '0.0.5 ' ,
3030 packages = find_packages (),
3131 include_package_data = True ,
3232 license = 'MIT License' ,
You can’t perform that action at this time.
0 commit comments