Skip to content

Commit

Permalink
Fix ws client version (#11)
Browse files Browse the repository at this point in the history
* Fix websocket client version

* Bump up version
  • Loading branch information
yasir7ca authored Sep 11, 2023
1 parent dbff98f commit c2501a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bluefin_v2_client"
version = "2.1.1"
version = "2.2.1"
description = "Library to interact with Bluefin exchange protocol including its off-chain api-gateway and on-chain contracts"
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -35,7 +35,7 @@ dependencies = [
'six ~= 1.16.0',
'socketio ~= 0.2.1',
'websocket ~= 0.2.1',
'websocket-client ~= 1.5.1',
'websocket-client ~= 1.6.2',
'yarl ~= 1.9.2',
'zope.event ~= 5.0',
'zope.interface ~= 6.0'
Expand Down

0 comments on commit c2501a6

Please sign in to comment.