diff options
author | Martin Wimpress <code@flexion.org> | 2019-06-04 10:27:28 +0100 |
---|---|---|
committer | Martin Wimpress <code@flexion.org> | 2019-06-04 10:27:28 +0100 |
commit | a06407057ff89801161c6b6fd06013ad5e71aefa (patch) | |
tree | 70d6fea2417f17423eaf4edbd3eb2fbd4b7e0772 | |
parent | Update .gitignore. (diff) | |
download | magnus-a06407057ff89801161c6b6fd06013ad5e71aefa.tar.gz magnus-a06407057ff89801161c6b6fd06013ad5e71aefa.tar.bz2 magnus-a06407057ff89801161c6b6fd06013ad5e71aefa.zip |
magnus: Bump version to 1.0.0
-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, subprocess, sys from functools import lru_cache -__VERSION__ = "1.0" +__VERSION__ = "1.0.0" class Main(object): |