Skip to content

Commit

Permalink
Merge pull request #58 from mindsdb/staging
Browse files Browse the repository at this point in the history
Release 0.0.17
  • Loading branch information
paxcema authored Dec 5, 2023
2 parents dc95382 + 42419a8 commit c544b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "type_infer"
version = "0.0.16"
version = "0.0.17"
description = "Automated type inference for Machine Learning pipelines."
authors = ["MindsDB Inc. <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -13,7 +13,7 @@ python-dateutil = "^2.1"
scipy = "^1"
numpy = "^1.15"
pandas = "^2"
dataclasses-json = "^0.5.4"
dataclasses-json = "^0.6.3"
colorlog = "^6.5.0"
langid = "^1.1.6"
nltk = "^3"
Expand Down
2 changes: 1 addition & 1 deletion type_infer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from type_infer import helpers


__version__ = '0.0.16'
__version__ = '0.0.17'


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

0 comments on commit c544b23

Please sign in to comment.