Bump version

This commit is contained in:
Giorgio Calderone 2021-05-05 00:58:14 +02:00
parent 364e5281bd
commit 54db30cc32
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# Version 1.3.1 (not yet released)
- New features:
* Missing values are accepted if the input arrays have `eltype <:
AbstractFloat`;
- Bugfix:
* Multiplot were not displayed in Jupyter (#25);

View File

@ -1,6 +1,6 @@
name = "Gnuplot"
uuid = "dc211083-a33a-5b79-959f-2ff34033469d"
version = "1.3.0"
version = "1.3.1"
[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"