aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <martin@ubuntu-mate.org>2019-09-22 22:16:54 +0200
committerMartin Wimpress <martin@ubuntu-mate.org>2019-09-22 22:16:54 +0200
commite037ab3726ef8d9dfbddbd000ab891d99a2e8613 (patch)
tree66fa5f8613a50189ff2edcd4c1a257c631d290fc
parentFix harmless but annoying Gtk warnings about removing timeouts which are alre... (diff)
downloadmagnus-e037ab3726ef8d9dfbddbd000ab891d99a2e8613.tar.gz
magnus-e037ab3726ef8d9dfbddbd000ab891d99a2e8613.tar.bz2
magnus-e037ab3726ef8d9dfbddbd000ab891d99a2e8613.zip
Bump version to 1.0.3
-rwxr-xr-xmagnus2
1 files changed, 1 insertions, 1 deletions
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):
bgstack15