Skip to content

Commit 39b618a

Browse files
author
abel
committed
(fix) Change version numbers to 0.6.4 in setup.py and README file in preparation for next release
1 parent 1fe5fb8 commit 39b618a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ make tests
8787
```
8888

8989
### Changelogs
90-
**0.6.4**(change before release)
90+
**0.6.4**
9191
* Change logging logic to use different loggers for each module and class
9292
* Solved issue preventing requesting spot and derivative historical orders for more than one market_id
9393
* Add `pytest` as a development dependency to implement and run unit tests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7, <3.11"
20-
VERSION = "0.6.4-pre"
20+
VERSION = "0.6.4"
2121

2222
REQUIRED = [
2323
"protobuf",

0 commit comments

Comments
 (0)