Skip to content

Commit

Permalink
[skip actions] Bump version to 1.7.1.9002
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy authored and github-actions[bot] committed Apr 29, 2024
1 parent 1fe8768 commit b5b6fd0
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 @@ -3,7 +3,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.0
rev: v0.4.2
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
Expand Down Expand Up @@ -130,7 +130,7 @@ repos:
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.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,8 +1,8 @@
Type: Package
Package: hermes
Title: Preprocessing, analyzing, and reporting of RNA-seq data
Version: 1.7.1.9001
Date: 2024-03-06
Version: 1.7.1.9002
Date: 2024-04-29
Authors@R: c(
person("Daniel", "Sabanés Bové", , "daniel.sabanes_bove@roche.com", role = c("aut", "cre")),
person("Namrata", "Bhatia", 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 @@
# hermes 1.7.1.9001
# hermes 1.7.1.9002

### Enhancements
* New plotting function `draw_heatmap` to produce heatmaps of (normalized) counts.
Expand Down

0 comments on commit b5b6fd0

Please sign in to comment.