Skip to content

Commit 24e0218

Browse files
committed
Updating for version 0.1.2 which supports Python 3.13.
gh-35
1 parent 1527d32 commit 24e0218

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "panda-helper"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
dependencies = [
99
"beautifulsoup4>=4.12.2",
1010
"numpy>=1.26.0",

src/pandahelper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
category_gaps,
1313
)
1414

15-
__version__ = "0.1.1"
15+
__version__ = "0.1.2"
1616
__all__ = [
1717
"frequency_table",
1818
"distribution_stats",

0 commit comments

Comments
 (0)