From bc07ba5df22236d59dd604c70d495c2090260f11 Mon Sep 17 00:00:00 2001 From: Tross Yvormes Date: Mon, 11 Nov 2019 21:39:59 -0500 Subject: [PATCH] Version 0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1858043..1eb09d9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='test_oauth2_django', - version='0.4', + version='0.5', description='A basic library for Django apps to use TEST Alliance OAuth2.', url='https://git.pleaseignore.com/sharad/test_oauth2_django', author='Sharad Heft', -- GitLab