Skip to content

Commit

Permalink
Merge pull request #9 from Bernardo-MG/develop
Browse files Browse the repository at this point in the history
Updated CI scripts
  • Loading branch information
Bernardo-MG authored Oct 23, 2016
2 parents 8221a75 + 9ed5ebd commit d91ee33
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 @@ -31,7 +31,7 @@ addons:

before_install:
# Gets scripts
- git clone -b v0.4.0 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
- git clone -b v0.4.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
# Sets scripts as executable
- chmod -R +x ~/.scripts/*
# Prepares CI environment
Expand Down
2 changes: 1 addition & 1 deletion dice_notation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
:license: MIT, see LICENSE for more details.
"""

__version__ = '1.0.0'
__version__ = '1.0.1'
__license__ = 'MIT'

0 comments on commit d91ee33

Please sign in to comment.