diff --git a/CHANGES b/CHANGES index b2b8f0e..1949f86 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,8 @@ Here you can see the full list of changes between each npy release. Version 0.2.0 ------------- +Released on February 17th, 2016 + - Unified reading and writing API of 'NpzFile'. - Added 'NpzFile.Reader#introspect' for exploring the metadata of an NPZ file without reading whole arrays. diff --git a/README.md b/README.md index 3996cb1..dcec901 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ repositories { } dependencies { - compile 'org.jetbrains.bio:npy:0.1.0' + compile 'org.jetbrains.bio:npy:0.2.0' } ```