-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
1 parent
6e6dbc3
commit 9607bc5
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: wellmapr | ||
Title: File format for 96-well plate layouts | ||
Version: 3.2.1 | ||
Version: 3.3.0 | ||
Authors@R: as.person(c( | ||
"Kale Kundert <[email protected]> [aut, cre]" | ||
)) | ||
|
@@ -11,7 +11,7 @@ Depends: | |
Config/reticulate: | ||
list( | ||
packages = list( | ||
list(package = "wellmap", version = "3.2.1", pip = TRUE) | ||
list(package = "wellmap", version = "3.3.0", pip = TRUE) | ||
) | ||
) | ||
Roxygen: list(markdown = TRUE) | ||
|