Skip to content

Commit

Permalink
version bump: 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
paxcema committed Jul 31, 2023
1 parent 4d6d805 commit 6fc60dd
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.13"
version = "0.0.14"
description = "Automated type inference for Machine Learning pipelines."
authors = ["MindsDB Inc. <hello@mindsdb.com>"]
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.13'
__version__ = '0.0.14'


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

0 comments on commit 6fc60dd

Please sign in to comment.