Skip to content

Commit

Permalink
Fixing the Coveralls links
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Sep 25, 2017
1 parent 0d527cc commit e676f2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
@@ -1 +1 @@
repo_token: FGLLwIhV7PXv4wX2HPepRtO9DL4DWagzW
repo_token: 8sPM12kzXz9F8YsHemK7XTsiz915meUfz
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@
env:
global:
- COMMIT_AUTHOR_EMAIL: vahid.mardani@gmail.com
- COVERALLS_REPO_TOKEN: FGLLwIhV7PXv4wX2HPepRtO9DL4DWagzW
- COVERALLS_REPO_TOKEN: 8sPM12kzXz9F8YsHemK7XTsiz915meUfz
- ENCRYPTION_LABEL: 1ba779fff1ea

language: python
Expand Down
2 changes: 1 addition & 1 deletion nanohttp/__init__.py
Expand Up @@ -11,4 +11,4 @@
from .configuration import settings, configure
from .application import Application

__version__ = '0.18.0'
__version__ = '0.18.1'

0 comments on commit e676f2a

Please sign in to comment.