Skip to content

Commit bd1e517

Browse files
committed
docs(bumpversion): 2.0.0 → 2.0.1
1 parent b4d35e8 commit bd1e517

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.0.1
33
commit = True
44
message = docs(bumpversion): {current_version} → {new_version}
55
tag = True

tvm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Helps you keep your cool when creating dozens of open edX and eduNEXT environments."""
22

3-
__version__ = '2.0.0'
3+
__version__ = '2.0.1'

0 commit comments

Comments
 (0)