Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
travispavek committed Jun 8, 2018
1 parent e17ae5c commit dfb85b9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
@@ -1,7 +1,7 @@
import sys
from setuptools import setup

install_requires=[
install_requires = [
'requests>=2.6.0',
'singledispatch>=3.4.0',
'pyyaml>=3.1.1',
Expand All @@ -15,12 +15,12 @@
setup(
name='testrail',
packages=['testrail'],
version='0.3.9',
version='0.3.10',
description='Python library for interacting with TestRail via REST APIs.',
author='Travis Pavek',
author_email='travis.pavek@gmail.com',
url='https://github.com/travispavek/testrail-python',
download_url='https://github.com/travispavek/testrail-python/tarball/0.3.9',
download_url='https://github.com/travispavek/testrail-python/tarball/0.3.10',
keywords=['testrail', 'api', 'client', 'library', 'rest'],
install_requires=install_requires,
classifiers=[
Expand All @@ -37,9 +37,8 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.6',
],
)

0 comments on commit dfb85b9

Please sign in to comment.