prepare 0.600.0 release

This commit is contained in:
holger krekel
2019-07-10 16:10:23 +02:00
parent deb160cce9
commit 3bca349194
3 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ from deltachat import capi, const
from deltachat.capi import ffi
from deltachat.account import Account # noqa
__version__ = "0.10.0.dev4"
__version__ = "0.600.0"
_DC_CALLBACK_MAP = {}