From 598274c72525ba6f100e825234116c8766a8b46c Mon Sep 17 00:00:00 2001 From: Ben Cail Date: Wed, 16 Oct 2019 10:44:23 -0400 Subject: [PATCH] bump version for development --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be83c69..c19a205 100755 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ def fullsplit(path, result=None): setup( name = "django-shibboleth-remoteuser", - version='0.11', + version='0.12a1', long_description = read('README.rst'), author = 'Brown University Library', author_email = 'bdr@brown.edu',