From 5e62378e31b9640f998dd388bb733a590e69521d Mon Sep 17 00:00:00 2001 From: Marianne Corvellec Date: Wed, 15 Oct 2014 15:10:39 -0400 Subject: [PATCH] Increment version number after many changes --- DESCRIPTION | 8 ++++++-- R/plotly.R | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2cbc519758..85554e207c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: plotly Type: Package Title: Interactive, publication-quality graphs online. -Version: 0.4 +Version: 0.5.0 Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"), email = "chris@plot.ly"), person("Scott", "Chamberlain", role = "aut", @@ -9,7 +9,11 @@ Authors@R: c(person("Chris", "Parmer", role = c("aut", "cre"), person("Karthik", "Ram", role = "aut", email = "karthik.ram@gmail.com"), person("Toby", "Hocking", role="aut", - email="tdhock5@gmail.com")) + email="tdhock5@gmail.com"), + person("Marianne", "Corvellec", role="aut", + email="marianne@plot.ly"), + person("Pedro", "Despouy", role="aut", + email="pedro@plot.ly")) Author: Chris Parmer Maintainer: Marianne Corvellec License: MIT + file LICENSE diff --git a/R/plotly.R b/R/plotly.R index 296ad1effe..23ca1c121c 100644 --- a/R/plotly.R +++ b/R/plotly.R @@ -82,7 +82,7 @@ For more help, see https://plot.ly/R or contact .") # public attributes/methods that the user has access to pub <- list(username=username, key=key, filename="from api", fileopt=NULL, - version="0.4.0") + version="0.5.0") priv <- list() pub$makecall <- function(args, kwargs, origin) {