From a329789e44e5aca2459cddec38c2bcfe09a8854f Mon Sep 17 00:00:00 2001 From: Dogeek Date: Fri, 20 Dec 2019 04:36:21 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71206ff..b747d1a 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ name="yandex", packages=["yandex"], py_modules=["yandex"], - version="0.0.1", + version="0.0.2", description=" A python wrapper around the Yandex API ", long_description=long_description, author="Dogeek",