Skip to content

Commit

Permalink
Changed to YY.0M.MICRO versioning scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Jan 21, 2019
1 parent 09c428a commit 264be8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gama/gama.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 264be8f

Please sign in to comment.