We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084f5a0 commit f1cf7abCopy full SHA for f1cf7ab
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.0-rc.2
+current_version = 2.0.0
3
commit = True
4
message = docs(bumpversion): {current_version} → {new_version}
5
tag = True
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'
0 commit comments