From 21d8852ae6650a3eb43023bae96597cecfed6fc4 Mon Sep 17 00:00:00 2001 From: Vinicius Reis Date: Wed, 22 Jan 2020 11:31:15 -0800 Subject: [PATCH] Update version number (#348) Summary: Pull Request resolved: https://github.com/facebookresearch/ClassyVision/pull/348 Update version number in preparation for our 0.2 release Reviewed By: mannatsingh Differential Revision: D19506543 fbshipit-source-id: 4258c5459c0de6b7adbde98d1943055fbeaf750f --- classy_vision/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classy_vision/__init__.py b/classy_vision/__init__.py index 090c7eaf6d..390540bc4b 100644 --- a/classy_vision/__init__.py +++ b/classy_vision/__init__.py @@ -4,4 +4,4 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -__version__ = "0.1.0" +__version__ = "0.2.0.dev"