From 981fb6b2635782b15cf2dc46771c8482f678d226 Mon Sep 17 00:00:00 2001 From: Yuval Nativ Date: Wed, 19 Feb 2014 14:07:43 +0200 Subject: [PATCH] Version Printing Issue I should really learn how to code properly... --- imports/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/globals.py b/imports/globals.py index 9ba2555..44df3db 100644 --- a/imports/globals.py +++ b/imports/globals.py @@ -57,7 +57,7 @@ class bcolors: WHITE = '\033[0m' class vars: - version = "0.4.2 Arthur" + version = "0.5.0 Citadel" appname = "Malware DB" authors = "Yuval Nativ, Lahad Ludar, 5fingers" licensev = "GPL v3.0"