Skip to content

Commit

Permalink
Merge pull request #12 from edx/usamasadiq/bom-1841-new-version
Browse files Browse the repository at this point in the history
Releasing v0.0.9
  • Loading branch information
UsamaSadiq authored Jul 14, 2020
2 parents f9fd354 + 038da28 commit afcaec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ python:
install:
- pip install -r requirements/travis.txt
before_script:
- cd test
- cp resources/lrs_properties.py.travis-ci resources/lrs_properties.py
script: python main.py
- cp test/resources/lrs_properties.py.travis-ci test/resources/lrs_properties.py
script: python test/main.py
deploy:
provider: pypi
user: edx
distributions: sdist bdist_wheel
on:
tags: true
python: 3.5
branch: master
password:
secure: XftLPhN6LpfOxPTiTnlwFDi53qjZIkp0VeR+Ydy4MTUbJKla5/yfXfSFmBX0lHN3PYa1A2A4rIUhvMWd9j66ist+2nqPjcJJy1DwSX1nKgVLanOpV/fFTC8yt/BOxgiaT+vdOUdoi3LmbTpezc6dYZHPmts5maAtG/RLGZG9Bcoreu28WPCGv45t1t36s+HUxtbDrMCTEqgwrBKJiaHza3m1XtFOjF722ypyoOlPPutq565tlmacJ7A44jaCrv/6SVtPCOsBd48qXyULvpZJdWor2vGdKzPQOWi7cOLty6iNc9chHCP5CCCJvRIwiv3RMkOhtcxqT/ch5eVhzBpTb8uV3upbQslP88q8bGeMVDWNBnpwPvNYipMX4mEJHKCESzGp9doJtPF17e3fPw7L52sGtHbn8peLm0Itw65W8UH1w49LDmJSOqPeZmzlSg/tp/Tt4FvYWt8zxH2J5Q4UReM5SCROWfBq5Asn1rzHZCgHauLRrBd0SjeO9RgDHPsuDUZmvzMiJ/wPwQ21IpSXl7xBEx79mI3NOdYRGxOA+y8fQUdfPLtY0TV3xhv4dU6YCc2jrpmwNu07jbHO5w47RtZr0TBfIR6wjcVMSeQBtUkKpn0QPKN+JpAU6qrEeDNx92YUm6V0z7MXZmtcxr/dcxq4fsTK5hQqy2zOzkw8VYY=
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def is_requirement(line):
'tincan/conversions',
'tincan/documents',
],
version='0.0.8',
version='0.0.9',
description='A Python 3 library for implementing Tin Can API.',
author='edX',
author_email='oscm@edx.org',
Expand Down

0 comments on commit afcaec1

Please sign in to comment.