Skip to content

Commit

Permalink
version bump: 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
paxcema committed Dec 5, 2023
1 parent 2a2ff0c commit 8a044ee
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 8a044ee

Please sign in to comment.