Skip to content

Commit

Permalink
Bump pre-release to version 0.5.2 (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Oct 12, 2021
1 parent 89b34b3 commit e1ca9ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ idea {
}

ext.versionSource = versionSource
ext.globalVersion = "0.5.1"
ext.globalVersion = "0.5.2"

// To set fishlibVersion, go to project-local gradle.properties file
// (or, use the gradle.properties in $USER_HOME/.gradle for a global override)
Expand Down
2 changes: 1 addition & 1 deletion pyclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ python3 -m examples.demo_asof_join
```
## Install
``` shell
$ pip3 install dist/pydeephaven-0.5.1-py3-none-any.whl
$ pip3 install dist/pydeephaven-0.5.2-py3-none-any.whl
```
## Quick start

Expand Down
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.5.1"
__version__ = "0.5.2"
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.5.1',
version='0.5.2',
description='The Deephaven Python Client',
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit e1ca9ca

Please sign in to comment.