Commit ba99487 1 parent ca28ca0 commit ba99487 Copy full SHA for ba99487
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " polars_coord_transforms"
3
- version = " 0.9.0 "
3
+ version = " 0.9.1 "
4
4
edition = " 2021"
5
5
6
6
[lib ]
Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ def distance(self) -> DistanceNameSpace:
168
168
class CTColumn (Protocol ):
169
169
def __cal__ (
170
170
self ,
171
- name : str | PolarsDataType | Iterable [ str ] | Iterable [ PolarsDataType ] ,
172
- * more_names : str | PolarsDataType ,
171
+ name ,
172
+ * more_names ,
173
173
) -> CoordTransformExpr :
174
174
...
175
175
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ classifiers = [
13
13
" Programming Language :: Python :: Implementation :: CPython" ,
14
14
" Programming Language :: Python :: Implementation :: PyPy" ,
15
15
]
16
- version = " 0.9.0 "
16
+ version = " 0.9.1 "
17
17
authors = [
18
18
{name =" Georgy Popov" }
19
19
]
You can’t perform that action at this time.
0 commit comments