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.
2 parents 0212bfe + 04e647b commit 7377561Copy full SHA for 7377561
aiutil/__init__.py
@@ -2,4 +2,4 @@
2
"""
3
from . import poetry
4
5
-__version__ = "0.78.0"
+__version__ = "0.79.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "aiutil"
-version = "0.78.0"
+version = "0.79.0"
description = "A utils Python package for data scientists."
authors = ["Benjamin Du <[email protected]>"]
6
license = "MIT"
0 commit comments