diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-03-10 20:46:14 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-03-10 20:46:14 +0530 |
commit | e7cc59846f206b07e497041c26864c4b5b2937aa (patch) | |
tree | 355727116d12187b4bfaabcd5ca27818ec57cff8 | |
parent | d98293667b3bea6b460bb3c1f959b80bc96e429a (diff) |
Bumped version to 1.5
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ import urllib.parse import argparse import time -version = 1.0 +version = 1.5 style = False text = 'This program takes YouTube URL or title of a song and converts it into vaporwave' |