Skip to content

Commit 926f401

Browse files
Bump version [skip ci]
1 parent 6784375 commit 926f401

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.8.2
2+
current_version = 0.8.3
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.8.2"
3+
version = "0.8.3"
44
description = "A Python client for the Drift DEX"
55
authors = [
66
"x19 <https://twitter.com/0xNineteen@gmail.com>",

src/driftpy/__init__.py

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

0 commit comments

Comments
 (0)