fix bugs 2

This commit is contained in:
ms lev
2021-12-01 20:16:53 +05:00
parent f5e00eb8ae
commit c19b2c7a14
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import random
import string
class QiwiWwаllet():
class QiwiWаllet():
def __init__(self, phone, api_token):
self.s = requests.Session()

View File

@@ -7,7 +7,7 @@ with open("README.md", "r", encoding='utf-8') as fh:
setup(
name="python-qiwi",
version="0.0.3",
version="1.0.0",
author="Lev",
author_email="lev_bariakh@icloud.com",
description="library for easy work with qiwi wallet",