Skip to content

Commit

Permalink
Fix pydeephaven version (#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Mar 22, 2022
1 parent 73cdcb8 commit 574baff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyclient/pydeephaven/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
from .constants import SortDirection, MatchRule
from .query import Query

__version__ = "0.10.0"
__version__ = "0.11.0"
2 changes: 1 addition & 1 deletion pyclient/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='pydeephaven',
version='0.10.0',
version='0.11.0',
description='The Deephaven Python Client',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 574baff

Please sign in to comment.