Skip to content

Commit

Permalink
Switch to wavelet buffer 0.6.0 (#31)
Browse files Browse the repository at this point in the history
* switch to wavelet buffer 0.6.0

* update CHANGELOG
  • Loading branch information
atimin authored Apr 6, 2023
1 parent 91c28d5 commit 15bec6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Changed

- Switch to wavelet buffer 0.6.0, [PR-31](https://github.com/panda-official/DriftPythonClient/pull/31)

## 0.4.1 - 2023-02-21

### Fixed:
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

PACKAGE_NAME = "drift-python-client"
MAJOR_VERSION = 0
MINOR_VERSION = 4
PATCH_VERSION = 1
MINOR_VERSION = 5
PATCH_VERSION = 0
VERSION_SUFFIX = os.getenv("VERSION_SUFFIX")

HERE = Path(__file__).parent.resolve()
Expand Down Expand Up @@ -52,7 +52,7 @@ def get_long_description(base_path: Path):
install_requires=[
"influxdb-client==1.30.0",
"drift-protocol>=0.3.0, <1.0",
"wavelet-buffer>=0.4.0, <1.0",
"wavelet-buffer>=0.6.0, <1.0",
"paho-mqtt==1.6.1",
"numpy==1.23.1",
"deprecation==2.1.0",
Expand Down

0 comments on commit 15bec6d

Please sign in to comment.