Skip to content

Commit 8a044ee

Browse files
committed
version bump: 0.0.17
1 parent 2a2ff0c commit 8a044ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "type_infer"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
description = "Automated type inference for Machine Learning pipelines."
55
authors = ["MindsDB Inc. <[email protected]>"]
66
license = "GPL-3.0"
@@ -13,7 +13,7 @@ python-dateutil = "^2.1"
1313
scipy = "^1"
1414
numpy = "^1.15"
1515
pandas = "^2"
16-
dataclasses-json = "^0.5.4"
16+
dataclasses-json = "^0.6.3"
1717
colorlog = "^6.5.0"
1818
langid = "^1.1.6"
1919
nltk = "^3"

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.16'
7+
__version__ = '0.0.17'
88

99

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

0 commit comments

Comments
 (0)