Skip to content

Commit

Permalink
release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Dec 1, 2022
1 parent 5560443 commit b3966b9
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.3.1 - 2022-12-01

### Fixed:

- Circular import in protobuf files, [PR-25](https://github.com/panda-official/DriftPythonClient/pull/25)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PACKAGE_NAME = "drift-python-client"
MAJOR_VERSION = 0
MINOR_VERSION = 3
PATCH_VERSION = 0
PATCH_VERSION = 1
VERSION_SUFFIX = os.getenv("VERSION_SUFFIX")

HERE = Path(__file__).parent.resolve()
Expand Down

0 comments on commit b3966b9

Please sign in to comment.