Skip to content

Commit

Permalink
updated version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmohr committed May 27, 2024
1 parent 83d7645 commit 862acfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/naiveautoml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .naiveautoml import NaiveAutoML

__all__ = ["NaiveAutoML"]
__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name = 'naiveautoml',
packages = find_packages(exclude=["test"]),
version = '0.1.1',
version = '0.1.2',
license='MIT',
description = 'Fast and Timeout-Free Automated Machine Learning for Multi-Class classification, Multi-Label classification, and regression.',
author = 'Felix Mohr',
Expand Down

0 comments on commit 862acfc

Please sign in to comment.