Skip to content

Commit

Permalink
Update Travis configuration for production pypi.
Browse files Browse the repository at this point in the history
  • Loading branch information
danriti committed Jan 18, 2016
1 parent f74511d commit 11121cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deploy:
distributions: sdist
user: "Dan.Riti"
password:
secure: "ECJYVsW0SZINvKqCgF6JAxeHliPzGa+sfsY38qT+jTt6agGx/kF8WHAjJ4j7jbe0/5DlVo34Ij08a8UpyIT8IymrEigPVDU0H0mFFIW9ieyzS9OQIioe24ooytTMkNrCn/Dw8OVIolzHCyldBoypMWviqknM/bBrpm+PmJ7VM+8="
secure: "O1ZAG/HomgyOoD4gxKmoA2HnZWx3uzBqOaBrcocu5aR/PRzhPTz6u6if0TO1TryJPt5VrfrVB3YwH8NOUls3g6WszmkagAQCrMftivme8esm/DvZzDwMEP4qt/d/1m4F4EvbDd+ZyUdjTAlIM4DE25dy9cyfL8EctQRqvGZE9Ck="
on:
branch: master
tags: true
Expand Down
2 changes: 1 addition & 1 deletion traceview/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

__title__ = 'traceview'
__version__ = '0.6.4'
__version__ = '0.6.5'
__author__ = 'Daniel Riti'
__license__ = 'MIT'

Expand Down

0 comments on commit 11121cd

Please sign in to comment.