Skip to content

Commit 1e0cb41

Browse files
committed
Update version to 0.9.1.1 and fix typo in PydalaDatasetLoader class name
1 parent 95ab5c0 commit 1e0cb41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords = [
2727
name = "FlowerPower"
2828
readme = "README.md"
2929
requires-python = ">= 3.11"
30-
version = "0.9.1"
30+
version = "0.9.1.1"
3131

3232
[project.scripts]
3333
flowerpower = "flowerpower.cli:app"

src/flowerpower/io/loader/pydala.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from ..base import BaseDatasetLoader
22

33

4-
class PydalaLDatasetoader(BaseDatasetLoader):
4+
class PydalaDatasetLoader(BaseDatasetLoader):
55
def model_post_init(self, __context):
66
super().model_post_init(__context)
77
self.format = "parquet"

0 commit comments

Comments
 (0)