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'