From 7f60d24c0d9db766f1d5fdd143c369e00c29ab3e Mon Sep 17 00:00:00 2001 From: facundoq Date: Tue, 12 Jul 2022 16:45:00 -0300 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01f4596..ffc95cc 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ url="https://github.com/facundoq/tinyimagenet" -VERSION="0.1" +VERSION="0.3" class UploadCommand(Command): """Support setup.py upload."""