From c287ff0493f41d55734abfab5598a3410aed9492 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Mon, 25 Dec 2017 15:23:29 +0200 Subject: [PATCH] Release 0.1.64 --- suplemon/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suplemon/main.py b/suplemon/main.py index 6d04136..6bdc524 100644 --- a/suplemon/main.py +++ b/suplemon/main.py @@ -18,7 +18,7 @@ from .config import Config from .editor import Editor -__version__ = "0.1.63" +__version__ = "0.1.64" class App: