Skip to content

Commit

Permalink
version bump: 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
paxcema committed Mar 12, 2024
1 parent 86f8070 commit fef7cd9
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.18"
version = "0.0.19"
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 @@ -3,7 +3,7 @@
from type_infer import api
from type_infer import helpers

__version__ = '0.0.18'
__version__ = '0.0.19'


__all__ = [
Expand Down

0 comments on commit fef7cd9

Please sign in to comment.