diff options
author | Martin Wimpress <martin@ubuntu-mate.org> | 2019-09-22 22:16:54 +0200 |
---|---|---|
committer | Martin Wimpress <martin@ubuntu-mate.org> | 2019-09-22 22:16:54 +0200 |
commit | e037ab3726ef8d9dfbddbd000ab891d99a2e8613 (patch) | |
tree | 66fa5f8613a50189ff2edcd4c1a257c631d290fc | |
parent | Fix harmless but annoying Gtk warnings about removing timeouts which are alre... (diff) | |
download | magnus-e037ab3726ef8d9dfbddbd000ab891d99a2e8613.tar.gz magnus-e037ab3726ef8d9dfbddbd000ab891d99a2e8613.tar.bz2 magnus-e037ab3726ef8d9dfbddbd000ab891d99a2e8613.zip |
Bump version to 1.0.3
-rwxr-xr-x | magnus | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |