bump version for new release

This commit is contained in:
simon 2021-12-29 20:00:41 +07:00
parent 18dbb950f3
commit 97431f8997
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import string
import requests
API_URL = "https://returnyoutubedislikeapi.com"
HEADERS = {"User-Agent": "https://github.com/bbilly1/ryd-client v0.0.1"}
HEADERS = {"User-Agent": "https://github.com/bbilly1/ryd-client v0.0.2"}
class Login:

View File

@ -1,3 +1,5 @@
"""setup file with project metadata"""
import setuptools
with open("README.md", "r", encoding="utf-8") as fh:
@ -5,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup(
name="ryd-client",
version="0.0.1",
version="0.0.2",
author="Simon",
author_email="simobilleter@gmail.com",
description="api client for returnyoutubedislike.com",