Skip to content

Commit

Permalink
fix version inconstistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Nov 5, 2019
1 parent 60a8446 commit ca5628a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
...
2 changes: 1 addition & 1 deletion mcfly/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit ca5628a

Please sign in to comment.