Skip to content

Commit 4da5f8b

Browse files
authored
Merge pull request #133 from dsweber2/dev
Version bump
2 parents 032b6d7 + 194d392 commit 4da5f8b

File tree

4 files changed

+3
-24
lines changed

4 files changed

+3
-24
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.6.0
2+
current_version = 0.7.0
33
commit = False
44
tag = False
55

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.6.0
4+
Version: 0.7.0
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.6.0"
1+
version <- "0.7.0"
22
http_headers <- httr::add_headers("User-Agent" = paste0("epidatr/", version), "Accept-Encoding" = "gzip")
33
global_base_url <- "https://api.delphi.cmu.edu/epidata/"

epidatr.Rproj

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)