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'