From a06407057ff89801161c6b6fd06013ad5e71aefa Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 4 Jun 2019 10:27:28 +0100 Subject: magnus: Bump version to 1.0.0 --- magnus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnus b/magnus index d7521dd..4ff963c 100755 --- a/magnus +++ b/magnus @@ -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): -- cgit