We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe5fb8 commit 39b618aCopy full SHA for 39b618a
README.md
@@ -87,7 +87,7 @@ make tests
87
```
88
89
### Changelogs
90
-**0.6.4**(change before release)
+**0.6.4**
91
* Change logging logic to use different loggers for each module and class
92
* Solved issue preventing requesting spot and derivative historical orders for more than one market_id
93
* Add `pytest` as a development dependency to implement and run unit tests
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "[email protected]"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7, <3.11"
20
-VERSION = "0.6.4-pre"
+VERSION = "0.6.4"
21
22
REQUIRED = [
23
"protobuf",
0 commit comments