Skip to content

Commit

Permalink
[skip actions] Bump version to 0.1.5.9004
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored and github-actions[bot] committed Nov 1, 2024
1 parent 23a48c8 commit 458172d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ["--maxkb=200"]
Expand All @@ -84,6 +84,6 @@ repos:
files: '\.Rhistory|\.RData|\.Rds|\.rds$'
# `exclude: <regex>` to allow committing specific files.
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.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.5.9003
Date: 2024-09-17
Version: 0.1.5.9004
Date: 2024-11-01
Authors@R: c(
person("Daniel", "Sabanés Bové", , "[email protected]", role = "aut"),
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
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.5.9003
# tern.gee 0.1.5.9004

# tern.gee 0.1.5

Expand Down

0 comments on commit 458172d

Please sign in to comment.