Skip to content

Commit 664b53b

Browse files
committed
Bump version: v1.0.0 → 2.0.0-rc.1
1 parent e74f39a commit 664b53b

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 = 1.0.0
2+
current_version = 2.0.0-rc.1
33
commit = True
44
tag = True
55

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__ = '1.0.0'
3+
__version__ = '2.0.0-rc.1'

0 commit comments

Comments
 (0)