Skip to content

Commit

Permalink
release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Dec 14, 2023
1 parent 04d2929 commit e733ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.9.0 - 2023-12-14

## Added

- TTL option to `DriftClient.walk` method, [PR-38](https://github.com/panda-official/DriftPythonClient/pull/38)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools>=40.8.0", "wheel"]
[project]

name = "drift-python-client"
version = "0.8.1"
version = "0.9.0"
description = "Python Client to access data of PANDA|Drift"
requires-python = ">=3.8"
readme = "README.md"
Expand Down

0 comments on commit e733ca6

Please sign in to comment.