From 24abc58c2fd1fc71b742911e2cac201a3f954b73 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Wed, 23 Jan 2019 17:47:22 -0600 Subject: [PATCH] Updated version to 0.4 --- src/application.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/application.py b/src/application.py index fee697e..6b04bba 100644 --- a/src/application.py +++ b/src/application.py @@ -2,10 +2,10 @@ import sys python_version = int(sys.version[0]) name = "MusicDL" -version = "0.3" +version = "0.4" author = "Manuel Cortéz" authorEmail = "manuel@manuelcortez.net" -copyright = "Copyright (C) 2018, Manuel Cortez" +copyright = "Copyright (C) 2019, Manuel Cortez" description = name+_(u" Is an application that will allow you to download music from popular sites such as youtube, zaycev.net.") url = "https://manuelcortez.net/music_dl" update_url = "https://manuelcortez.net/music_dl/update"