Skip to content

Commit

Permalink
version bump: 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
paxcema committed Nov 27, 2023
1 parent 20142b8 commit 01cec97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "type_infer"
version = "0.0.15"
version = "0.0.16"
description = "Automated type inference for Machine Learning pipelines."
authors = ["MindsDB Inc. <[email protected]>"]
license = "GPL-3.0"
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.15'
__version__ = '0.0.16'


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

0 comments on commit 01cec97

Please sign in to comment.