Skip to content

Commit

Permalink
[skip actions] Bump version to 0.4.0.9013
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi authored and insights-engineering-bot committed Sep 19, 2023
1 parent 3dfcb18 commit c2385ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.3.2.9019
rev: v0.3.2.9021
hooks:
- id: style-files
name: Style code with `styler`
Expand Down
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal.slice
Title: Filter Module for 'teal' Applications
Version: 0.4.0.9012
Date: 2023-09-08
Version: 0.4.0.9013
Date: 2023-09-19
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
Expand All @@ -19,9 +19,10 @@ Authors@R: c(
person("Junlue", "Zhao", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description:
Module containing filter panel for 'teal' applications. Allows for interactive filtering of data stored in
'data.frame' and 'MultiAssayExperiment' objects. Also displays filtered and unfiltered observation counts.
Description: Module containing filter panel for 'teal' applications.
Allows for interactive filtering of data stored in 'data.frame' and
'MultiAssayExperiment' objects. Also displays filtered and unfiltered
observation counts.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.slice/,
https://github.com/insightsengineering/teal.slice/
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.slice 0.4.0.9012
# teal.slice 0.4.0.9013

# teal.slice 0.4.0

Expand Down

0 comments on commit c2385ec

Please sign in to comment.