Skip to content

Commit

Permalink
Bump version: 0.4.2 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lnagel committed Nov 21, 2024
1 parent 6cdef53 commit ad45683
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.2
current_version = 0.5.0
commit = True
tag = True

Expand Down
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.4.2"
__version__ = "0.5.0"
__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 @@ -15,7 +15,7 @@

setup(
name="djangorestframework-sso",
version="0.4.2",
version="0.5.0",
packages=find_packages(exclude=["tests"]),
include_package_data=True,
license="MIT License",
Expand Down

0 comments on commit ad45683

Please sign in to comment.