Skip to content

Commit

Permalink
added a designation to prevent travis from attempting to deploy on ev…
Browse files Browse the repository at this point in the history
…ery python version it's building against; bumped version to test
  • Loading branch information
davidsulpy committed Jul 25, 2018
1 parent f32248f commit 2fe8d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,7 @@ deploy:
distributions: sdist bdist_wheel
repo: initialstate/python_appender
branch: master
python: '3.5'
notifications:
slack:
secure: rAnXefiLNiVD2XtRHei42YG9JNDcbzcK/4ZFH2eVMIvYuWIhaeHUeO6kw/A5kGlnk862trhWfvqu6I+Fg0eH040O7DYpRaUDnXOCzLR1zGA5M8qN71uYZsFppPnpDH0TzpVMnIrv2xyjik4zkonJCuAVrLgmLBVCHIt2Bqvs06w=
2 changes: 1 addition & 1 deletion ISStreamer/version.py
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit 2fe8d71

Please sign in to comment.