Skip to content

Commit f3aa36a

Browse files
authored
Merge pull request #1285 from cmu-delphi/release/indicators_v0.1.19_utils_v0.1.13
Release covidcast-indicators 0.1.19
2 parents 952a495 + 696992b commit f3aa36a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.18
2+
current_version = 0.1.19
33
commit = True
44
message = chore: bump covidcast-indicators to {new_version}
55
tag = False

facebook/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tidy: receiving
5454
cp params.json tidy/
5555
mv $(RECEIVING)/*.csv tidy/$(RECEIVING)
5656
mv $(INDIVIDUAL)/*.csv* tidy/$(INDIVIDUAL)
57-
tar -czf scratch/tidy-`date +"%Y-%m-%d-%H%M%S"`.tgz tidy
57+
tar -czf scratch/tidy-`date +"%Y-%m-%d-%H%M%S"`.tgz --exclude='tidy-*.tgz' tidy
5858
mv scratch/*.tgz tidy/
5959

6060
clean:

0 commit comments

Comments
 (0)