Skip to content

Commit

Permalink
frank/0.7.19 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid authored Jan 29, 2024
1 parent a2a408f commit 9e243ea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.18
current_version = 0.7.19
commit = True
tag = True
tag_name = {new_version}
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ Add `find_nodes_to_trigger()` to `dlob.py`

Add `get_slot()` to `user_map.py`

## [0.7.18] - 2024-1025
## [0.7.18] - 2024-1-25

Minor tweaks to `UserMap`
Minor tweaks to `UserMap`

## [0.7.19] - 2024-1-29

Add `FastTxSender`
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.18"
version = "0.7.19"
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.18"
__version__ = "0.7.19"

0 comments on commit 9e243ea

Please sign in to comment.