Skip to content

Commit

Permalink
Merge pull request #66 from roqua/ae-version-bump
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
emerencia authored Jul 12, 2018
2 parents ae90770 + 467a534 commit b16a04e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run:
name: Test the app
command: |
docker run app R CMD check /autovar/autovar_0.2-4.tar.gz --no-manual --no-build-vignettes
docker run app R CMD check /autovar/autovar_0.2-5.tar.gz --no-manual --no-build-vignettes
- save_cache:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
paths:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: autovar
Version: 0.2-4
Date: 2018-04-18
Version: 0.2-5
Date: 2018-07-12
Title: Automated Vector Autoregression Model Creation
Authors@R: c(person("Ando","Emerencia",role = c("aut","cre"),
email = "[email protected]"))
Expand Down

0 comments on commit b16a04e

Please sign in to comment.