Bump to 2.0.0rc4.

This commit is contained in:
Matthew Einhorn 2020-10-15 03:27:46 -04:00
parent 87407c59b4
commit d74461b200
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ __version__ = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
if not RELEASE:
# if it's a rcx release, it's not proceeded by a period. If it is a
# devx release, it must start with a period
__version__ += 'rc3'
__version__ += 'rc4'
_kivy_git_hash = ''