We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d5e8d commit 0d4f984Copy full SHA for 0d4f984
boilingdata.ipynb
@@ -50,7 +50,7 @@
50
}
51
],
52
"source": [
53
- "pip install git+https://github.com/boilingdata/py-boilingdata@v0.2.8 pandas numpy"
+ "pip install git+https://github.com/boilingdata/py-boilingdata@v0.2.9 pandas numpy"
54
]
55
},
56
{
pyproject.toml
@@ -3,7 +3,7 @@ asyncio_mode = "auto"
3
4
[tool.poetry]
5
name = "py-boilingdata"
6
-version = "0.2.8"
+version = "0.2.9"
7
description = "BoilingData (websockets) client for Python"
8
authors = ["Dan Forsberg <dan@boilingdata.com>"]
9
readme = "README.md"
0 commit comments