Skip to content

Commit 70c0d45

Browse files
committed
chore: bump version 0.7.0 to 0.7.1
1 parent ccd052d commit 70c0d45

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[bumpversion]
2-
current_version = 0.7.0
2+
current_version = 0.7.1
33
commit = False
44
tag = False
55

66
[bumpversion:file:DESCRIPTION]
7-
[bumpversion:file:R/constants.R]
87

8+
[bumpversion:file:R/constants.R]

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: epidatr
22
Type: Package
33
Title: Client for Delphi's Epidata API
4-
Version: 0.7.0
4+
Version: 0.7.1
55
Authors@R: as.person(c(
66
"Jacob Bien <[email protected]> [aut]",
77
"Logan Brooks <[email protected]> [aut]",

R/constants.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version <- "0.7.0"
1+
version <- "0.7.1"
22
http_headers <- httr::add_headers("User-Agent" = paste0("epidatr/", version), "Accept-Encoding" = "gzip")
33
global_base_url <- "https://api.delphi.cmu.edu/epidata/"

0 commit comments

Comments
 (0)