From 5a09d34a8226ff8454119618607e88c9ed604e06 Mon Sep 17 00:00:00 2001 From: Jonas Betzendahl Date: Tue, 19 Oct 2021 19:24:06 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ddda04..2530f71 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='jupyterhub-nativeauthenticator', - version='1.0.3', + version='1.0.5', description='JupyterHub Native Authenticator', long_description=long_description, long_description_content_type="text/markdown",