0.26.2
diff --git a/setup.py b/setup.py
index 0e7243f..36fa58e 100644
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,7 @@
     description=(
         'A modern, enterprise-ready business intelligence web application'),
     long_description=long_description,
+    long_description_content_type='text/markdown',
     version=version_string,
     packages=find_packages(),
     include_package_data=True,
diff --git a/superset/assets/package.json b/superset/assets/package.json
index daa50d6..457e3b1 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -1,6 +1,6 @@
 {
   "name": "superset",
-  "version": "0.26.1",
+  "version": "0.26.2",
   "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
   "license": "Apache-2.0",
   "directories": {