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 63e2df2 commit 115b379Copy full SHA for 115b379
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Changelog
2
3
+## 0.3.1 - TBD
4
+ - Upgrade `dbz-lib` to `0.1.3`
5
6
## 0.3.0 - 2022-08-30
7
- Initial release
README.md
@@ -31,7 +31,7 @@ The library is fully compatible with the latest distribution of Anaconda 3.7 and
31
The minimum dependencies as found in the `requirements.txt` are also listed below:
32
- Python (>=3.7)
33
- aiohttp (>=3.7.2)
34
-- dbz-lib (>=0.1.1)
+- dbz-lib (>=0.1.2)
35
- numpy (>=1.17.0)
36
- pandas (>=1.1.3)
37
- requests (>=2.24.0)
databento/version.py
@@ -1 +1 @@
-__version__ = "0.3.0"
+__version__ = "0.3.1"
0 commit comments