Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit ae7d666

Browse files
committed
New version
1 parent 25747b9 commit ae7d666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
setup(
88
name='browseapi',
99
packages=['browseapi'],
10-
version='0.11',
10+
version='0.11.1',
1111
license='MIT',
1212
description='eBay Browse API Python client',
1313
long_description=long_description,
1414
author='Andrii Matiiash',
1515
author_email='[email protected]',
1616
url='https://github.com/AverHLV/browseapi',
17-
download_url='https://github.com/AverHLV/browseapi/archive/0.11.tar.gz',
17+
download_url='https://github.com/AverHLV/browseapi/archive/0.11.1.tar.gz',
1818
keywords=['ASYNC', 'BROWSE API', 'CLIENT'],
1919

2020
install_requires=[

0 commit comments

Comments
 (0)