Skip to content

Commit 642bed3

Browse files
authored
Merge pull request #440 from legendu-net/3.13
bump up version
2 parents 15aabbd + d0afb30 commit 642bed3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiutil/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""A utils Python package for data scientists."""
22

3-
__version__ = "0.85.0"
3+
__version__ = "0.86.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aiutil"
3-
version = "0.85.0"
3+
version = "0.86.0"
44
description = "A utils Python package for data scientists."
55
authors = [{ name = "Benjamin Du", email = "[email protected]" }]
66
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)