Skip to content

Commit f1cf7ab

Browse files
committed
docs(bumpversion): 2.0.0-rc.2 → 2.0.0
1 parent 084f5a0 commit f1cf7ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-rc.2
2+
current_version = 2.0.0
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-rc.2'
3+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)