From 268138d726f9753721d8e5ebde0271e6fc13500a Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 12 May 2017 12:16:07 +0400 Subject: [PATCH] Changed author information --- src/application.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/application.py b/src/application.py index e74b5c9..345d941 100644 --- a/src/application.py +++ b/src/application.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- name = "Socializer" -version = "0.14" +version = "0.15" author = u"Manuel Cortéz" authorEmail = "manuel@manuelcortez.net" -copyright = u"Copyright (C) 2016, Manuel cortéz." +copyright = u"Copyright (C) 2016-2017, MCC Technologies" description = unicode(name+" Is an accessible VK client for Windows.") url = "https://github.com/manuelcortez/socializer" update_url = "https://raw.githubusercontent.com/manuelcortez/socializer/master/update-files/socializer.json"