From 7775a3636cea5d6a35af35fb4f2c665b7dc76002 Mon Sep 17 00:00:00 2001 From: Juan David Buitrago Date: Fri, 29 Jul 2022 13:50:14 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.0-rc.1=20=E2=86=92=202.0.?= =?UTF-8?q?0-rc.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- tvm/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ac0d241..8f003e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0-rc.1 +current_version = 2.0.0-rc.2 commit = True tag = True diff --git a/tvm/__init__.py b/tvm/__init__.py index 470e652..73b82d8 100644 --- a/tvm/__init__.py +++ b/tvm/__init__.py @@ -1,3 +1,3 @@ """Helps you keep your cool when creating dozens of open edX and eduNEXT environments.""" -__version__ = '2.0.0-rc.1' +__version__ = '2.0.0-rc.2'