Skip to content

Commit 2d46172

Browse files
committed
Fix MANIFEST and version bump to v0.0.5
1 parent de9e1bb commit 2d46172

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include LICENSE
22
include README.rst
3+
include requirements.txt
34
recursive-include rest_framework_sso/migrations *
45
recursive-exclude * __pycache__
56
recursive-exclude * *.py[co]

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.4'
5+
__version__ = '0.0.5'
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
@@ -26,7 +26,7 @@ def get_install_requires():
2626

2727
setup(
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',

0 commit comments

Comments
 (0)