Skip to content

Commit

Permalink
chore: bump version again (#83)
Browse files Browse the repository at this point in the history
* chore: bump version 0.7.11 -> 0.7.12

* chore: fix messup

* fix: forgot a .py

* chore: bump version 0.7.12->0.7.13
  • Loading branch information
soundsonacid authored Jan 15, 2024
1 parent e9606aa commit 3353c85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.12
current_version = 0.7.13
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "driftpy"
version = "0.7.12"
version = "0.7.13"
description = "A Python client for the Drift DEX"
authors = ["x19 <https://twitter.com/[email protected]>", "bigz <https://twitter.com/bigz_pubkey>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/driftpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.12"
__version__ = "0.7.13"
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MarketId:
kind: MarketType


class DLOBClient:
class DLOBSubscriber:
_session: Optional[aiohttp.ClientSession] = None

def __init__(
Expand Down

0 comments on commit 3353c85

Please sign in to comment.