From 35681d4ba703e62f821c3aca4a12461d77acd7e0 Mon Sep 17 00:00:00 2001 From: Tross Yvormes Date: Sat, 2 May 2020 11:27:07 -0400 Subject: [PATCH] Version 0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1eb09d9..4ab00a4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='test_oauth2_django', - version='0.5', + version='0.6', 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