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",