From 1c5cb819f94834b73843e1f088a3b2b12f550680 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Thu, 7 Jul 2022 22:05:56 -0700 Subject: [PATCH] bump version to 0.6.3 before merge --- timm/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timm/version.py b/timm/version.py index 3e8e43bd..7165c7fa 100644 --- a/timm/version.py +++ b/timm/version.py @@ -1 +1 @@ -__version__ = '0.6.2.dev0' +__version__ = '0.6.3.dev0'