From 68c24c36c234ef2ca7becede7189a0cba26f16b3 Mon Sep 17 00:00:00 2001 From: hugsy Date: Wed, 10 Jul 2019 16:41:05 -0700 Subject: [PATCH] moved version to 0.4 --- cemu/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cemu/const.py b/cemu/const.py index ad668d2..1e373e3 100644 --- a/cemu/const.py +++ b/cemu/const.py @@ -4,7 +4,7 @@ PROGNAME = 'cemu' AUTHOR = 'hugsy' EMAIL = 'hugsy+github@blah.cat' -VERSION = '0.3' +VERSION = '0.4' URL = 'https://github.com/{}/{}'.format(AUTHOR, PROGNAME) ISSUES = 'https://github.com/{}/{}/issues'.format(AUTHOR, PROGNAME) RELEASE_LINK = '{}/archive/{}.tar.gz'.format(URL, VERSION)