Skip to content

Commit

Permalink
Merge pull request #5 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
fanglinfang committed Jul 14, 2017
2 parents b525b21 + c587d8c commit 17c8f94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,6 @@ before_deploy:
- echo $TRAVIS_TAG > uw_myplan/VERSION
deploy:
provider: pypi
server: https://pypi.python.org/pypi
user: uw-it-aca
skip_cleanup: true
password:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@
author="UW-IT AXDD",
author_email="aca-it@uw.edu",
include_package_data=True,
install_requires=['UW-RestClients-Core>=0.8.9,<1.0',
install_requires=['UW-RestClients-Core<1.0',
],
license='Apache License, Version 2.0',
description=('A library for connecting to the UW MyPlan API'),
Expand Down

0 comments on commit 17c8f94

Please sign in to comment.