From 5ec18bcb93d168b43828a4469ae857f423ae02f0 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 30 Jul 2019 21:17:21 +0200 Subject: [PATCH] release 0.9.0 --- oauthenticator/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauthenticator/_version.py b/oauthenticator/_version.py index e4603dbd..6640f15c 100644 --- a/oauthenticator/_version.py +++ b/oauthenticator/_version.py @@ -7,7 +7,7 @@ 0, 9, 0, - 'dev', # comment-out this line for a release + # 'dev', # comment-out this line for a release ) __version__ = '.'.join(map(str, version_info[:3]))