Skip to content

Commit d64c9b4

Browse files
committed
Release: 0.0.3-alpha
1 parent 65df461 commit d64c9b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Provide either the link to your github or to your website
2020
url = 'https://github.com/OwlSoul/YandexTransportWebdriverAPI-Python',
2121
# I explain this later on
22-
download_url = 'https://github.com/OwlSoul/YandexTransportWebdriverAPI-Python/archive/v_01.tar.gz',
22+
download_url = 'https://github.com/OwlSoul/YandexTransportWebdriverAPI-Python/archive/0.0.3-alpha.tar.gz',
2323
# Keywords that define your package best
2424
keywords = ['Yandex', 'Transport', 'Masstransit', 'WebDriver'],
2525
# I get to this in a second

yandex_transport_webdriver_api/yandex_transport_proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = "Yury D."
1414
__credits__ = ["Yury D.", "Pavel Lutskov", "Yury Alexeev"]
1515
__license__ = "MIT"
16-
__version__ = "0.0.2-alpha"
16+
__version__ = "0.0.3-alpha"
1717
__maintainer__ = "Yury D."
1818
__email__ = "SoulGate@yandex.ru"
1919
__status__ = "Beta"

0 commit comments

Comments
 (0)