From e037ab3726ef8d9dfbddbd000ab891d99a2e8613 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 22 Sep 2019 22:16:54 +0200 Subject: Bump version to 1.0.3 --- magnus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnus b/magnus index 00db426..1b356fc 100755 --- a/magnus +++ b/magnus @@ -12,7 +12,7 @@ gi.require_version('Keybinder', '3.0') from gi.repository import \ Gtk, Gdk, GLib, GdkPixbuf, Gio, Keybinder # noqa: E402 -__VERSION__ = "1.0.1" +__VERSION__ = "1.0.3" class Main(object): -- cgit