Skip to content

Commit 0d4f984

Browse files
committed
update notebook and fix logging level setup
1 parent c1d5e8d commit 0d4f984

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boilingdata.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
}
5151
],
5252
"source": [
53-
"pip install git+https://github.com/boilingdata/py-boilingdata@v0.2.8 pandas numpy"
53+
"pip install git+https://github.com/boilingdata/py-boilingdata@v0.2.9 pandas numpy"
5454
]
5555
},
5656
{

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ asyncio_mode = "auto"
33

44
[tool.poetry]
55
name = "py-boilingdata"
6-
version = "0.2.8"
6+
version = "0.2.9"
77
description = "BoilingData (websockets) client for Python"
88
authors = ["Dan Forsberg <dan@boilingdata.com>"]
99
readme = "README.md"

0 commit comments

Comments
 (0)