Skip to content

Commit

Permalink
[skip actions] Bump version to 0.5.0.9016
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo authored and github-actions[bot] committed Nov 8, 2024
1 parent 65b3708 commit 24a08e4
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,12 +1,12 @@
---
# 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:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.3.9001
rev: v0.4.3.9003
hooks:
- id: style-files
name: Style code with `styler`
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.transform
Title: Functions for Extracting and Merging Data in the 'teal' Framework
Version: 0.5.0.9015
Date: 2024-10-04
Version: 0.5.0.9016
Date: 2024-11-08
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[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 @@
# teal.transform 0.5.0.9015
# teal.transform 0.5.0.9016

# teal.transform 0.5.0

Expand Down

0 comments on commit 24a08e4

Please sign in to comment.