From 99845bd2854200c2535ac5ec307bb604ff0481e7 Mon Sep 17 00:00:00 2001 From: tsai Date: Thu, 10 Sep 2020 11:27:48 +0000 Subject: [PATCH] version 0.2b1 Former-commit-id: 349289677b3fcd6fd51dd488dda8bf270aa563bf --- oneflow/python/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneflow/python/version.py b/oneflow/python/version.py index 985aca0bd7..fe8592fdb8 100644 --- a/oneflow/python/version.py +++ b/oneflow/python/version.py @@ -13,4 +13,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. """ -__version__ = "0.2b0" +__version__ = "0.2b1" -- GitLab