Skip to content

Commit

Permalink
have Travis deploy with distribution:sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed May 13, 2016
1 parent d996288 commit 53eb759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ after_success:
coveralls
deploy:
provider: pypi
distributions: sdist
user: hammerlab
password:
secure: "X4DhwpPp5OJDhejSLj3y+b/zjGgvKpaVh5DEo68HUoy6GKdTOmy2+QM1/tCQVt9fze5X2E849aNN9kfXUjHoeAd3OvFIzota3Bu6hOq+q2HKj6IB0mjB9p3b3kqDusBh9I/66MXApntrqZdN9ZOm/wjD0KHzGbBdvBz41hePsHw="
Expand Down
2 changes: 1 addition & 1 deletion pyensembl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
)
from .transcript import Transcript

__version__ = '0.8.13'
__version__ = '0.8.14'


_cache = {}
Expand Down

0 comments on commit 53eb759

Please sign in to comment.