Skip to content

Commit

Permalink
Bump version & bump polars min version (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnKas authored Nov 7, 2023
1 parent f6a9101 commit 129c27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pdstools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Python pdstools"""

__version__ = "3.2.5"
__version__ = "3.2.6"

from polars import enable_string_cache

Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plotly>=5.5.0
requests
pydot
tqdm
polars>=0.19.0,<=0.19.5
polars>=0.19.0,<=0.19.12
pyarrow
pyyaml
aioboto3>=11.0

0 comments on commit 129c27b

Please sign in to comment.