diff --git a/setup.cfg b/setup.cfg index c44f0dd..0207767 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0-rc.2 +current_version = 2.0.0 commit = True message = docs(bumpversion): {current_version} → {new_version} tag = True diff --git a/tvm/__init__.py b/tvm/__init__.py index 73b82d8..5975000 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.2' +__version__ = '2.0.0'