Skip to content

Commit 01cec97

Browse files
committed
version bump: 0.0.16
1 parent 20142b8 commit 01cec97

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "type_infer"
3-
version = "0.0.15"
3+
version = "0.0.16"
44
description = "Automated type inference for Machine Learning pipelines."
55
authors = ["MindsDB Inc. <[email protected]>"]
66
license = "GPL-3.0"

type_infer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from type_infer import helpers
55

66

7-
__version__ = '0.0.15'
7+
__version__ = '0.0.16'
88

99

1010
__all__ = ['base', 'dtype', 'infer', 'helpers', '__version__']

0 commit comments

Comments
 (0)