From bd1e51754bf62af32430e0c79b1a743a793e79b0 Mon Sep 17 00:00:00 2001 From: henrrypg Date: Thu, 25 Aug 2022 08:43:57 -0500 Subject: [PATCH] =?UTF-8?q?docs(bumpversion):=202.0.0=20=E2=86=92=202.0.1?= 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 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'