From 741572dc9d7eed93b550300c38cdc880c312de66 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Thu, 29 Oct 2020 17:31:39 -0700 Subject: [PATCH] Bump version to 0.3.0 for pending PyPi push --- timm/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timm/version.py b/timm/version.py index 020ed73d..0404d810 100644 --- a/timm/version.py +++ b/timm/version.py @@ -1 +1 @@ -__version__ = '0.2.2' +__version__ = '0.3.0'