Skip to content

Commit cff5d4d

Browse files
committed
chore: bump version to 0.1.2
1 parent 3b13108 commit cff5d4d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.Rbuildignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
^LICENSE\.md$
22
^pkgdown\/.+
33
^vignettes/articles$
4+
^vignettes$
45
^CRAN-SUBMISSION$
56
^cran-comments\.md$
67
^docs/\.nojekyll$
78
^\.github\/.+
9+
^\.github$
810
^_pkgdown\.yml$
11+
^pkgdown$
912
^conda\/.+
13+
^conda$
1014
^docs\/.+
15+
^docs$
1116
^test\.ipynb$
1217
^.+\.Rcheck/.+$
1318
^.+\.tar\.gz$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: scplotter
22
Title: Publication Quality Plots for Single Cell Data Analysis
3-
Version: 0.1.1
3+
Version: 0.1.2
44
Authors@R:
55
person("Panwen", "Wang", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-4614-8970"))

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: r-scplotter
3-
version: 0.1.1
3+
version: 0.1.2
44

55
source:
66
git_url: https://github.com/pwwang/scplotter
7-
git_rev: 0.1.1
7+
git_rev: 0.1.2
88

99
build:
1010
number: 1

0 commit comments

Comments
 (0)