1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 19:42:04 +02:00

tox already cares for doc-building

This commit is contained in:
holger krekel 2018-09-26 12:05:04 +02:00
parent 1f4b024dc5
commit 2426df9bb8
2 changed files with 1 additions and 6 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.5.dev4"
__version__ = "0.5.dev5"
_DC_CALLBACK_MAP = {}