Skip to content

Commit c782ee5

Browse files
committed
version bump to 0.3.11
1 parent 75b0891 commit c782ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
setup(
1616
name='testrail',
1717
packages=['testrail'],
18-
version='0.3.10',
18+
version='0.3.11',
1919
description='Python library for interacting with TestRail via REST APIs.',
2020
author='Travis Pavek',
2121
author_email='[email protected]',
2222
url='https://github.com/travispavek/testrail-python',
23-
download_url='https://github.com/travispavek/testrail-python/tarball/0.3.10',
23+
download_url='https://github.com/travispavek/testrail-python/tarball/0.3.11',
2424
keywords=['testrail', 'api', 'client', 'library', 'rest'],
2525
install_requires=install_requires,
2626
classifiers=[

0 commit comments

Comments
 (0)