Skip to content

Commit

Permalink
update readme with registered version
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Feb 4, 2022
1 parent 4a7e5dc commit b55254d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlotlySave"
uuid = "f4e2401c-25df-400c-adc7-b7787aea0cc3"
authors = ["hhaensel <[email protected]>"]
version = "0.1.4"
version = "0.1.5"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ of [PlotlyJS](https://github.com/sglyon/PlotlyJS.jl).

```julia
using Pkg
Pkg.add("https://github.com/hhaensel/PlotlySave")
Pkg.add("PlotlySave")
```
or
```julia
]add https://github.com/hhaensel/PlotlySave
]add PlotlySave
```

## Usage
Expand All @@ -25,8 +25,6 @@ p1 = Plot(scatter(x=1:10, y=2:11))
save("test.png", p1)
```

This package might become part of JuliaPlots, and it is not (yet) registered.

## Background

Kaleido has for long been a part of PlotlyBase but has recently been removed, due to
Expand Down

2 comments on commit b55254d

@hhaensel
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/53897

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.5 -m "<description of version>" b55254d9bcca31b23f9d4d34ba205589093a8654
git push origin v0.1.5

Please sign in to comment.