Skip to content

Commit

Permalink
add .9000 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdefries committed Dec 7, 2023
1 parent 6938fcd commit 8cc7d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.0.9000
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion R/constants.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version <- "1.0.0"
version <- "1.0.0.9000"
http_headers <- httr::add_headers("User-Agent" = paste0("epidatr/", version), "Accept-Encoding" = "gzip")
global_base_url <- "https://api.delphi.cmu.edu/epidata/"

0 comments on commit 8cc7d5b

Please sign in to comment.