Skip to content

Commit 5e62378

Browse files
committed
Increment version number after many changes
1 parent dd16892 commit 5e62378

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

DESCRIPTION

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
Package: plotly
22
Type: Package
33
Title: Interactive, publication-quality graphs online.
4-
Version: 0.4
4+
Version: 0.5.0
55
Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"),
66
email = "[email protected]"),
77
person("Scott", "Chamberlain", role = "aut",
88
email = "[email protected]"),
99
person("Karthik", "Ram", role = "aut",
1010
email = "[email protected]"),
1111
person("Toby", "Hocking", role="aut",
12-
12+
13+
person("Marianne", "Corvellec", role="aut",
14+
15+
person("Pedro", "Despouy", role="aut",
16+
1317
Author: Chris Parmer
1418
Maintainer: Marianne Corvellec <[email protected]>
1519
License: MIT + file LICENSE

R/plotly.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For more help, see https://plot.ly/R or contact <[email protected]>.")
8282

8383
# public attributes/methods that the user has access to
8484
pub <- list(username=username, key=key, filename="from api", fileopt=NULL,
85-
version="0.4.0")
85+
version="0.5.0")
8686
priv <- list()
8787

8888
pub$makecall <- function(args, kwargs, origin) {

0 commit comments

Comments
 (0)