Skip to content

Commit

Permalink
Version bump to 0.6.1 (#43)
Browse files Browse the repository at this point in the history
* Update _version.py

* Update _frontend.py

* Update package.json
  • Loading branch information
jnumainville committed Jun 5, 2024
1 parent 657b497 commit e63864c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deephaven_ipywidgets/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

module_name = "@deephaven/ipywidgets"
module_version = "0.4.0"
module_version = "0.4.1"
2 changes: 1 addition & 1 deletion deephaven_ipywidgets/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Deephaven Data Labs LLC.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 6, 0)
version_info = (0, 6, 1)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/ipywidgets",
"version": "0.4.0",
"version": "0.4.1",
"description": "Deephaven ipython widget library",
"keywords": [
"ipywidgets",
Expand Down

0 comments on commit e63864c

Please sign in to comment.