Skip to content

Increment version number after many changes #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 15, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
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 = "[email protected]"),
person("Scott", "Chamberlain", role = "aut",
email = "[email protected]"),
person("Karthik", "Ram", role = "aut",
email = "[email protected]"),
person("Toby", "Hocking", role="aut",
email="[email protected]"))
email="[email protected]"),
person("Marianne", "Corvellec", role="aut",
email="[email protected]"),
person("Pedro", "Despouy", role="aut",
email="[email protected]"))
Author: Chris Parmer
Maintainer: Marianne Corvellec <[email protected]>
License: MIT + file LICENSE
Expand Down
2 changes: 1 addition & 1 deletion R/plotly.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For more help, see https://plot.ly/R or contact <[email protected]>.")

# 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) {
Expand Down