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