diff --git a/CHANGELOG.md b/CHANGELOG.md
index f99b213dae3fa17c9031e9fedd706c48c09eee80..9f1586c2f0a2c1146c73a7052e6e38fb895d58d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# v1.0.2
+## 20/01/2020
+
+**Improved:**
+
+* Removed unnecessary descriptor from tutorial
+
 # v1.0.1
 ## 17/01/2020
 
diff --git a/tcmi/__init__.py b/tcmi/__init__.py
index bf8f7238b88c8f8abd4c13fbe87a48a54464482a..f10e91e8272a07bfdbd342c69d4a213b191ea155 100644
--- a/tcmi/__init__.py
+++ b/tcmi/__init__.py
@@ -12,7 +12,7 @@ You may not use this file except in compliance with the License.
 
 # Metadata
 __name__ = 'tcmi'
-__version__ = '1.0.1'
+__version__ = '1.0.2'
 __description__ = 'A Python package for estimating mutual dependencies of multivariate continuous distributions'
 __author__ = 'Benjamin Regler <regler@fhi-berlin.mpg.de>'
 __url__ = 'https://github.com/sommerregen/tcmi'