Skip to content

Commit

Permalink
[skip actions] Bump version to 0.1.3.9001
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored and github-actions[bot] committed Jan 30, 2024
1 parent aa37dc5 commit 07e4815
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2.9027
rev: v0.4.0
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down Expand Up @@ -53,7 +53,7 @@ repos:
- id: no-browser-statement
- id: deps-in-desc
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.4
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -83,6 +83,6 @@ repos:
files: '\.Rhistory|\.RData|\.Rds|\.rds$'
# `exclude: <regex>` to allow committing specific files.
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
rev: v0.39.0
hooks:
- id: markdownlint
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Type: Package
Package: tern.gee
Title: Tables and Graphs for Generalized Estimating Equations (GEE) Model
Fits
Version: 0.1.3.9000
Date: 2023-12-13
Version: 0.1.3.9001
Date: 2024-01-30
Authors@R: c(
person("Daniel", "Sabanés Bové", , "[email protected]", role = c("aut", "cre")),
person("Joe", "Zhu", , "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tern.gee 0.1.3.9000
# tern.gee 0.1.3.9001

# tern.gee 0.1.3

Expand Down

0 comments on commit 07e4815

Please sign in to comment.