Skip to content

Commit 95dc5bd

Browse files
committed
Bump version: 0.6.29 → 0.6.30
1 parent 5be709f commit 95dc5bd

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.29
2+
current_version = 0.6.30
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.29"
3+
version = "0.6.30"
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.29"
1+
__version__ = "0.6.30"

0 commit comments

Comments
 (0)