diff options
author | Martin Wimpress <code@flexion.org> | 2019-06-04 11:58:59 +0100 |
---|---|---|
committer | Martin Wimpress <code@flexion.org> | 2019-06-04 11:58:59 +0100 |
commit | 65821a795f98f92f0d5fe0732489b755b14000ed (patch) | |
tree | e3768ca91d3ec85e588a33555156a815422e9528 | |
parent | readme: Add logo and more detailed build instructions. (diff) | |
download | magnus-65821a795f98f92f0d5fe0732489b755b14000ed.tar.gz magnus-65821a795f98f92f0d5fe0732489b755b14000ed.tar.bz2 magnus-65821a795f98f92f0d5fe0732489b755b14000ed.zip |
magnus: Bump version to 1.0.1
-rwxr-xr-x | magnus | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ from gi.repository import Gtk, Gdk, GLib, GdkPixbuf, Gio import cairo, math, json, os, codecs, time, setproctitle, subprocess, sys from functools import lru_cache -__VERSION__ = "1.0.0" +__VERSION__ = "1.0.1" class Main(object): |