Skip to content

Commit 94d25f9

Browse files
committed
Updated CI scripts
1 parent c9f3c56 commit 94d25f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addons:
3131

3232
before_install:
3333
# Gets scripts
34-
- git clone -b v0.4.0 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
34+
- git clone -b v0.4.1 --single-branch https://github.com/Bernardo-MG/ci-shell-scripts.git ~/.scripts
3535
# Sets scripts as executable
3636
- chmod -R +x ~/.scripts/*
3737
# Prepares CI environment

dice_notation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
:license: MIT, see LICENSE for more details.
88
"""
99

10-
__version__ = '1.0.0'
10+
__version__ = '1.0.1'
1111
__license__ = 'MIT'

0 commit comments

Comments
 (0)