bump version

This commit is contained in:
simon 2022-08-12 14:02:48 +07:00
parent 0c753a079c
commit 278270468c
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ from time import sleep
import requests
API_URL = "https://returnyoutubedislikeapi.com"
HEADERS = {"User-Agent": "https://github.com/bbilly1/ryd-client v0.0.3"}
HEADERS = {"User-Agent": "https://github.com/bbilly1/ryd-client v0.0.4"}
class Login:

View File

@ -7,7 +7,7 @@ with open("README_SHORT.md", "r", encoding="utf-8") as fh:
setuptools.setup(
name="ryd-client",
version="0.0.3",
version="0.0.4",
author="Simon",
author_email="simobilleter@gmail.com",
description="api client for returnyoutubedislike.com",