diff --git a/allgo/__init__.py b/allgo/__init__.py
index 4ba04d3aa3779e9e584b69189697d6a8350433b9..6b7e252826098da17e759df4c6f09c1758fc476b 100644
--- a/allgo/__init__.py
+++ b/allgo/__init__.py
@@ -13,7 +13,7 @@ except ImportError:
 import requests
 
 log = logging.getLogger('allgo')
-__version__ = '0.1.9'
+__version__ = '0.1.11'
 
 
 def local_token():
diff --git a/setup.py b/setup.py
index ed49794fdf5620001b1965b112b198a37ed9b969..d8a6efd6997b0a5d97a8274f6451def16b39c8fd 100644
--- a/setup.py
+++ b/setup.py
@@ -10,6 +10,7 @@ setup(
     author_email="sebastien.campion@inria.fr",
     description="AllGo client module",
     long_description=open('README.md').read(),
+    long_description_content_type='text/markdown',
     include_package_data=True,
     url='https://gitlab.inria.fr/allgo/client',
     classifiers=[
@@ -22,4 +23,4 @@ setup(
         "Topic :: Communications",
     ],
     license="AGPL",
-)
\ No newline at end of file
+)