Skip to content

Commit

Permalink
Fix MANIFEST and version bump to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lnagel committed Jun 28, 2016
1 parent de9e1bb commit 2d46172
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include LICENSE
include README.rst
include requirements.txt
recursive-include rest_framework_sso/migrations *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
2 changes: 1 addition & 1 deletion rest_framework_sso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import absolute_import, unicode_literals

__title__ = 'djangorestframework-sso'
__version__ = '0.0.4'
__version__ = '0.0.5'
__author__ = 'Lenno Nagel'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 Namespace OÜ'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_install_requires():

setup(
name='djangorestframework-sso',
version='0.0.4',
version='0.0.5',
packages=find_packages(),
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit 2d46172

Please sign in to comment.