From 4f2599e457142dd42d070867d5369104fadbc505 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 4 Aug 2019 03:22:10 -0700 Subject: [PATCH] Bump version to 0.7 --- lethe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lethe.py b/lethe.py index fa34b68..6154516 100755 --- a/lethe.py +++ b/lethe.py @@ -13,7 +13,7 @@ import sys __author__ = 'Jan Petykeiwicz' -version = 0.6 +version = 0.7 def _run(command: str or List[str], **kwargs):