Skip to content

Commit 1696499

Browse files
committed
Bump version to 0.2.0, ready to roll (I think)
1 parent e62758c commit 1696499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## What's New
44

5-
### Aug 1, 2020
5+
### Aug 5, 2020
66
Universal feature extraction, new models, new weights, new test sets.
77
* 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.
88
* New models

timm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.30'
1+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)