diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4859f2773..efde47a95 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,9 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.1.0 commit = True message = :bookmark: Bump version: {current_version} → {new_version} tag = True [bumpversion:file:machine_learning_control/version.py] + [bumpversion:file:docs/source/conf.py] diff --git a/docs/source/conf.py b/docs/source/conf.py index 13df5bee0..1af42cc23 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -107,9 +107,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = "0.0.1" +version = "0.1.0" # The full version, including alpha/beta/rc tags. -release = "0.0.1" +release = "0.1.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/machine_learning_control/version.py b/machine_learning_control/version.py index d975432ee..d765e8569 100644 --- a/machine_learning_control/version.py +++ b/machine_learning_control/version.py @@ -1,5 +1,5 @@ # coding: utf-8 -version = "0.0.1" +version = "0.1.0" __version__ = version # format: # ('mlc_major', 'mlc_minor', 'mlc_patch')