diff --git a/gama/gama.py b/gama/gama.py index 908cbfa6..defbde42 100644 --- a/gama/gama.py +++ b/gama/gama.py @@ -36,7 +36,7 @@ STR_NO_OPTIMAL_PIPELINE = """Gama did not yet establish an optimal pipeline. This can be because `fit` was not yet called, or did not terminate successfully.""" -__version__ = '0.1.0' +__version__ = '19.01.0' for module_to_ignore in ["sklearn", "numpy"]: warnings.filterwarnings("ignore", module=module_to_ignore) diff --git a/setup.py b/setup.py index 7e0f2a1b..28a51585 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='gama', - version='0.1dev', + version='19.01.0', description='A package for automated machine learning based on scikit-learn.', long_description='', long_description_content_type='text/markdown',