diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7851f..680f60e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## v2.0.1 +- Fix documentation inconsistency + ## v2.0.0 - Using Tensorflow.keras instead of Keras - Using keyword 'accuracy' instead of 'acc' in logs like latest keras versions do diff --git a/CITATION.cff b/CITATION.cff index e741533..641cadd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -45,7 +45,7 @@ authors: given-names: Atze name-particle: "van der" cff-version: "1.0.3" -date-released: 2018-01-16 +date-released: 2019-11-05 doi: "10.5281/zenodo.596127" keywords: - "machine learning" @@ -55,5 +55,5 @@ keywords: license: "Apache-2.0" message: "If you use this software, please cite it using these metadata." title: "mcfly: deep learning for time series" -version: "1.0.5" +version: "2.0.1" ... diff --git a/mcfly/_version.py b/mcfly/_version.py index ad38d5a..75b7c3f 100644 --- a/mcfly/_version.py +++ b/mcfly/_version.py @@ -15,4 +15,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = '2.0.0' +__version__ = '2.0.1'