Skip to content

Commit 8ccac22

Browse files
committed
Bump version: 0.6.28 → 0.6.29
1 parent 0219fe8 commit 8ccac22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.28
2+
current_version = 0.6.29
33
commit = True
44
tag = True
55
tag_name = {new_version}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "driftpy"
3-
version = "0.6.28"
3+
version = "0.6.29"
44
description = "A Python client for the Drift DEX"
55
authors = ["x19 <https://twitter.com/0xNineteen@gmail.com>", "Zane <zane@lunoho.company>"]
66
license = "MIT"

src/driftpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.28"
1+
__version__ = "0.6.29"

0 commit comments

Comments
 (0)