From 1aa8a7faf46961e8c596505ece5fdd396db1ed05 Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Thu, 15 Jun 2017 16:55:15 +0300 Subject: [PATCH] Bump version -> 0.4 --- .github/ISSUE_TEMPLATE.md | 2 +- README.md | 12 ++++++------ youtube_dl_gui/version.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2b8b9c3..5ef4fe4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -22,7 +22,7 @@ All invalid issues will be rejected!! - Make sure to read the [FAQs](https://github.com/MrS0m30n3/youtube-dl-gui/blob/master/docs/faqs.md) file - [ ] **I think** my problem is **NOT** with **youtube-dl** - - [ ] I've **verified** and **i assure** that I'm running youtube-dl-gui **0.3.8** + - [ ] I've **verified** and **i assure** that I'm running youtube-dl-gui **0.4** - [ ] **I assure** that i am using the latest version of **youtube-dl** - [ ] [Searched](https://github.com/MrS0m30n3/youtube-dl-gui/issues) bugtracker - [ ] I've read the FAQs file diff --git a/README.md b/README.md index e1cbb8e..6c73b57 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,20 @@ A cross platform front-end GUI of the popular [youtube-dl](https://rg3.github.io * [FFmpeg](https://ffmpeg.org/download.html) (optional, to post process video files) ## Downloads -* [Source (.zip)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.zip) -* [Source (.tar.gz)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.3.8.tar.gz) -* [PyPi](https://pypi.python.org/pypi/youtube-dlg/0.3.8) +* [Source (.zip)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.4.zip) +* [Source (.tar.gz)](https://github.com/MrS0m30n3/youtube-dl-gui/archive/0.4.tar.gz) +* [PyPi](https://pypi.python.org/pypi/youtube-dlg/0.4) * [Ubuntu PPA](http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/y/youtube-dlg/) * [Arch AUR](https://aur.archlinux.org/packages/youtube-dl-gui-git/) * [Slackware SlackBuild](https://slackbuilds.org/repository/14.2/network/youtube-dl-gui/) -* [Windows Installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-setup.zip) -* [Windows Portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.3.8/youtube-dl-gui-0.3.8-win-portable.zip) +* [Windows Installer](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.4/youtube-dl-gui-0.4-win-setup.zip) +* [Windows Portable](https://github.com/MrS0m30n3/youtube-dl-gui/releases/download/0.4/youtube-dl-gui-0.4-win-portable.zip) ## Installation ### Install From Source 1. Download & extract the source -2. Change directory into *youtube-dl-gui-0.3.8* +2. Change directory into *youtube-dl-gui-0.4* 3. Run `python setup.py install` ### Install PyPi diff --git a/youtube_dl_gui/version.py b/youtube_dl_gui/version.py index 9e793b4..0c1fe4a 100644 --- a/youtube_dl_gui/version.py +++ b/youtube_dl_gui/version.py @@ -2,4 +2,4 @@ from __future__ import unicode_literals -__version__ = '0.3.8' +__version__ = '0.4'