diff --git a/CHANGELOG.md b/CHANGELOG.md index 72eaaf4752e4c001431f9082a033ffe149243d50..f99b213dae3fa17c9031e9fedd706c48c09eee80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +# v1.0.1 +## 17/01/2020 + +**Improved:** + + * Changed disk cache backend + +**Bugfixes:** + + * Fixed incorrect package dependencies + # v1.0.0 ## 14/01/2020 -**New** - * ChangeLog started... +**New:** + + * ChangeLog started... diff --git a/tcmi/__init__.py b/tcmi/__init__.py index ede702c1d494a36ca8cb511bae642de395290557..bf8f7238b88c8f8abd4c13fbe87a48a54464482a 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.0' +__version__ = '1.0.1' __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'