Skip to content
Snippets Groups Projects
Commit 6da05ce0 authored by Jonathan Villemaire-Krajden's avatar Jonathan Villemaire-Krajden
Browse files

bump version.

parent a824e9d9
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ requirements = ['jupyterhub>=1.0'] ...@@ -7,11 +7,11 @@ requirements = ['jupyterhub>=1.0']
setup( setup(
name='jupyterhub-access-token-service', name='jupyterhub-access-token-service',
version='0.1.0', version='0.1.1',
description='Jupyterhub Access Token Service', description='Jupyterhub Access Token Service',
long_description=long_description, long_description=long_description,
author= "Jonathan Villemaire-Krajden, EPFL", author="Jonathan Villemaire-Krajden, EPFL",
author_email= "jonathan.villemaire-krajden@epfl.ch", author_email="jonathan.villemaire-krajden@epfl.ch",
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
packages=find_packages(), packages=find_packages(),
python_requires='>=3.6', python_requires='>=3.6',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment