Skip to content

Commit

Permalink
build: Version bump (Python 0.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnumainville authored Feb 28, 2024
1 parent 08c621f commit 3e67848
Showing 1 changed file with 1 addition and 1 deletion.
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, 5, 0)
version_info = (0, 6, 0)
__version__ = ".".join(map(str, version_info))

0 comments on commit 3e67848

Please sign in to comment.