Skip to content

Commit 464293f

Browse files
Bump version [skip ci]
1 parent faa4666 commit 464293f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.34
2+
current_version = 0.8.35
33
commit = True
44
tag = True
55
tag_name = {new_version}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "driftpy"
3-
version = "0.8.34"
3+
version = "0.8.35"
44
description = "A Python client for the Drift DEX"
55
authors = [
66
"x19 <https://twitter.com/[email protected]>",

src/driftpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.34"
1+
__version__ = "0.8.35"

0 commit comments

Comments
 (0)