Skip to content

Commit e5f268a

Browse files
committed
Upgrade to v0.0.33
1 parent eca099b commit e5f268a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ language: python
44
python:
55
- '3.8'
66

7+
cache:
8+
directories:
9+
- $TRAVIS_BUILD_DIR/src/
10+
branch:
11+
- master
12+
713
before_install:
814
if ! [ -f ./src/GRCh37.tar.gz ]; then
915
wget ftp://alexandrovlab-ftp.ucsd.edu/pub/tools/SigProfilerMatrixGenerator/GRCh37.tar.gz -P ./src/;
@@ -12,10 +18,6 @@ before_install:
1218
install:
1319
- pip install .
1420

15-
cache:
16-
directories:
17-
- $TRAVIS_BUILD_DIR/src/
18-
1921
before_script:
2022
- python3 install_genome.py $TRAVIS_BUILD_DIR/src/
2123

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if os.path.exists("dist"):
77
shutil.rmtree("dist")
88

9-
VERSION = "0.0.32"
9+
VERSION = "0.0.33"
1010

1111

1212
def write_version_py(filename="SigProfilerAssignment/version.py"):
@@ -15,7 +15,7 @@ def write_version_py(filename="SigProfilerAssignment/version.py"):
1515
# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
1616
short_version = '%(version)s'
1717
version = '%(version)s'
18-
Update = 'v0.0.32: Resolve with SBS4608 plots showing up as custom plots.'
18+
Update = 'v0.0.33: Resolve with SBS384 plots showing up as custom plots.'
1919
2020
2121
"""

0 commit comments

Comments
 (0)