Skip to content

Commit

Permalink
[skip actions] Bump version to 0.3.2.9001
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades authored and github-actions[bot] committed Nov 1, 2024
1 parent 5136bb6 commit 2c8f354
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
@@ -1,7 +1,7 @@
---
# All available hooks: https://pre-commit.com/hooks.html
# R specific hooks: https://github.com/lorenzwalthert/precommit
default_stages: [commit]
default_stages: [pre-commit]
default_language_version:
python: python3
repos:
Expand Down Expand Up @@ -87,7 +87,7 @@ repos:
design/.*
)$
- 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 Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tern.mmrm
Title: Tables and Graphs for Mixed Models for Repeated Measures (MMRM)
Version: 0.3.2.9000
Date: 2024-09-23
Version: 0.3.2.9001
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.mmrm 0.3.2.9000
# tern.mmrm 0.3.2.9001

# tern.mmrm 0.3.2

Expand Down

0 comments on commit 2c8f354

Please sign in to comment.