From 62c7743b9187ba5ec3327989f0f15ebe5346cc83 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Thu, 1 Dec 2016 20:02:24 +0200 Subject: [PATCH] Release 0.1.58 --- suplemon/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suplemon/main.py b/suplemon/main.py index 90e71ed..6a74491 100644 --- a/suplemon/main.py +++ b/suplemon/main.py @@ -18,7 +18,7 @@ from .config import Config from .editor import Editor -__version__ = "0.1.57" +__version__ = "0.1.58" class App: