Bump version to 0.7

This commit is contained in:
Jan Petykiewicz 2019-08-04 03:22:10 -07:00
parent 7c8df909da
commit 4f2599e457

View File

@ -13,7 +13,7 @@ import sys
__author__ = 'Jan Petykeiwicz' __author__ = 'Jan Petykeiwicz'
version = 0.6 version = 0.7
def _run(command: str or List[str], **kwargs): def _run(command: str or List[str], **kwargs):