Skip to content

Commit

Permalink
pdstools version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnKas committed Apr 10, 2023
1 parent 2d4b298 commit 8b1f36a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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.0.2"
__version__ = "3.1.0"

from polars import enable_string_cache

Expand Down
6 changes: 2 additions & 4 deletions python/pdstools/utils/show_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@

def show_versions() -> None:
"""
Print out version of Polars and dependencies to stdout.
Print out version of pdstools and dependencies to stdout.
Examples
--------
>>> from pdstools import show_versions
>>> show_versions()
---Version info---
pdstools: 3.0.2
pdstools: 3.1.0
Platform: macOS-12.6.4-x86_64-i386-64bit
Python: 3.11.0 (v3.11.0:deaf509e8f, Oct 24 2022, 14:43:23) [Clang 13.0.0 (clang-1300.0.29.30)]
---Dependencies---
plotly: 5.13.1
requests: 2.28.1
Expand All @@ -30,7 +29,6 @@ def show_versions() -> None:
tqdm: 4.64.1
pyyaml: <not installed>
aioboto3: 11.0.1
---Streamlit app dependencies---
streamlit: 1.20.0
quarto: 0.1.0
Expand Down

0 comments on commit 8b1f36a

Please sign in to comment.