From 1696499ce54fe0f01c4561772c399a20c3d3637d Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Wed, 5 Aug 2020 16:55:18 -0700 Subject: [PATCH] Bump version to 0.2.0, ready to roll (I think) --- README.md | 2 +- timm/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 559c9747..3752a506 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## What's New -### Aug 1, 2020 +### Aug 5, 2020 Universal feature extraction, new models, new weights, new test sets. * All models support the `features_only=True` argument for `create_model` call to return a network that extracts feature maps from the deepest layer at each stride. * New models diff --git a/timm/version.py b/timm/version.py index b75ec921..7fd229a3 100644 --- a/timm/version.py +++ b/timm/version.py @@ -1 +1 @@ -__version__ = '0.1.30' +__version__ = '0.2.0'