We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f3c56 commit 94d25f9Copy full SHA for 94d25f9
2 files changed
.travis.yml
@@ -31,7 +31,7 @@ addons:
31
32
before_install:
33
# Gets scripts
34
- - 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
35
# Sets scripts as executable
36
- chmod -R +x ~/.scripts/*
37
# Prepares CI environment
dice_notation/__init__.py
@@ -7,5 +7,5 @@
7
:license: MIT, see LICENSE for more details.
8
"""
9
10
-__version__ = '1.0.0'
+__version__ = '1.0.1'
11
__license__ = 'MIT'
0 commit comments