Skip to content

Commit

Permalink
build: Bump version number to 0.5.0 for matplotlib
Browse files Browse the repository at this point in the history
- We previously published v0.4.0 for @deephaven/js-plugin-matplotlib over a year ago
- We are now packaging the JS with python, and when we did that we updated Python to 0.4.0.dev0
- Release script is failing because there's no changes on @deephaven/js-plugin-matplotlib
- Just bump to 0.5.0 and we'll re-publish again so the action runs properly
  • Loading branch information
mofojed committed May 16, 2024
1 parent cd63e20 commit 1c14a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/matplotlib/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = deephaven-plugin-matplotlib
description = Deephaven Plugin for matplotlib
long_description = file: README.md
long_description_content_type = text/markdown
version = 0.4.0.dev0
version = 0.5.0.dev0
url = https://github.com/deephaven/deephaven-plugins
project_urls =
Source Code = https://github.com/deephaven/deephaven-plugins
Expand Down
2 changes: 1 addition & 1 deletion plugins/matplotlib/src/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/js-plugin-matplotlib",
"version": "0.4.0",
"version": "0.5.0",
"description": "Deephaven matplotlib plugin",
"keywords": [
"Deephaven",
Expand Down

0 comments on commit 1c14a78

Please sign in to comment.