Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Update version number
  • Loading branch information
robertoffmoura committed Aug 13, 2024
commit 2dea143b52392862a3b9fe26a5425c336c5389a0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</a>
</div>

Version: 2.2.10
Version: 3.0.0

*MATLAB is a registered trademarks of The MathWorks, Inc.*

Expand Down
2 changes: 1 addition & 1 deletion plotly/plotly_aux/plotly_version.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function version = plotly_version()
version = '2.2.10';
version = "3.0.0";
end