Skip to content

Commit fb9153a

Browse files
author
0xbigz
committed
Bump version: 0.5.5 → 0.5.6
1 parent 66a34ab commit fb9153a

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.5.5
2+
current_version = 0.5.6
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.5.5"
3+
version = "0.5.6"
44
description = "A Python client for the Drift DEX"
55
authors = ["Kevin Heavey <kevinheavey123@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.5.5"
1+
__version__ = "0.5.6"

0 commit comments

Comments
 (0)