Skip to content

Commit dfb85b9

Browse files
committed
version bump
1 parent e17ae5c commit dfb85b9

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
from setuptools import setup
33

4-
install_requires=[
4+
install_requires = [
55
'requests>=2.6.0',
66
'singledispatch>=3.4.0',
77
'pyyaml>=3.1.1',
@@ -15,12 +15,12 @@
1515
setup(
1616
name='testrail',
1717
packages=['testrail'],
18-
version='0.3.9',
18+
version='0.3.10',
1919
description='Python library for interacting with TestRail via REST APIs.',
2020
author='Travis Pavek',
2121
author_email='travis.pavek@gmail.com',
2222
url='https://github.com/travispavek/testrail-python',
23-
download_url='https://github.com/travispavek/testrail-python/tarball/0.3.9',
23+
download_url='https://github.com/travispavek/testrail-python/tarball/0.3.10',
2424
keywords=['testrail', 'api', 'client', 'library', 'rest'],
2525
install_requires=install_requires,
2626
classifiers=[
@@ -37,9 +37,8 @@
3737
'Programming Language :: Python :: 2',
3838
'Programming Language :: Python :: 2.7',
3939
'Programming Language :: Python :: 3',
40-
'Programming Language :: Python :: 3.3',
4140
'Programming Language :: Python :: 3.4',
4241
'Programming Language :: Python :: 3.5',
43-
'Programming Language :: Python :: 3.6',
42+
'Programming Language :: Python :: 3.6',
4443
],
4544
)

0 commit comments

Comments
 (0)