From c41e63e30ec27794ad7099d1d19795328ac72ca4 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 30 Jul 2019 21:18:31 +0200 Subject: [PATCH] back to dev --- oauthenticator/_version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oauthenticator/_version.py b/oauthenticator/_version.py index 6640f15c..c64fa089 100644 --- a/oauthenticator/_version.py +++ b/oauthenticator/_version.py @@ -5,9 +5,9 @@ version_info = ( 0, - 9, + 10, 0, - # 'dev', # comment-out this line for a release + 'dev', # comment-out this line for a release ) __version__ = '.'.join(map(str, version_info[:3]))