From c3dfbda6f79855726353b7e186035f007690016c Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 31 Mar 2019 12:17:40 -0700 Subject: [PATCH] bump version number --- lethe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lethe.py b/lethe.py index 5915a64..f8a7c9e 100755 --- a/lethe.py +++ b/lethe.py @@ -13,7 +13,7 @@ import sys __author__ = 'Jan Petykeiwicz' -version = 0.5 +version = 0.6 def _run(command: str or List[str], **kwargs):