We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1527d32 commit 24e0218Copy full SHA for 24e0218
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "panda-helper"
7
-version = "0.1.1"
+version = "0.1.2"
8
dependencies = [
9
"beautifulsoup4>=4.12.2",
10
"numpy>=1.26.0",
src/pandahelper/__init__.py
@@ -12,7 +12,7 @@
12
category_gaps,
13
)
14
15
-__version__ = "0.1.1"
+__version__ = "0.1.2"
16
__all__ = [
17
"frequency_table",
18
"distribution_stats",
0 commit comments