Changed version and branch (0.2, main)

This commit is contained in:
Lukas Blacha
2023-02-08 13:16:51 +01:00
parent be24384610
commit a3c818a963

View File

@@ -1,7 +1,6 @@
import asyncio
import re
from datetime import timedelta
from urllib.parse import quote_plus
import aiohttp
import yt_dlp
@@ -18,8 +17,8 @@ banner = """
| | | | \__ \ | ( _____| | | ( | |
_| _| \__,_| ____/ _| \___| ____/ \___/ \__|
"""
version = "0.1"
branch = "dev"
version = "0.2"
branch = "main"
success = "**Success ✅**\n"
warning = "**Warning **\n"
error = "**Error ❗️**\n"