version 0.2.0

Summary: Update version number for version 0.2.0.

Reviewed By: nikhilaravi

Differential Revision: D21157358

fbshipit-source-id: 32a5b93e5dc65a31a806a5ce7231f8603fe02e85
This commit is contained in:
Jeremy Reizenstein
2020-04-26 07:17:04 -07:00
committed by Facebook GitHub Bot
parent 232e4a7e3d
commit 686c8666d3
3 changed files with 5 additions and 6 deletions

View File

@@ -82,10 +82,10 @@ copyright = "2019, facebookresearch"
author = "facebookresearch"
# The short X.Y version
version = "0.1"
version = "0.2.0"
# The full version, including alpha/beta/rc tags
release = version + ".1"
release = version
# -- General configuration ---------------------------------------------------