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 aaa1958 commit 2b87432Copy full SHA for 2b87432
README.md
@@ -87,6 +87,9 @@ make tests
87
```
88
89
### Changelogs
90
+**0.7.1.2**
91
+* Add NBLA
92
+
93
**0.7.1.1**
94
* Fixed Testnet network URLs
95
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "[email protected]"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.9"
20
-VERSION = "0.7.1.1"
+VERSION = "0.7.1.2"
21
22
REQUIRED = [
23
"aiohttp",
0 commit comments