Skip to content

Commit

Permalink
🔖 Bump version: 0.0.1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 22, 2020
1 parent 8d6c4d0 commit 5bf3396
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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]
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion machine_learning_control/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding: utf-8
version = "0.0.1"
version = "0.1.0"
__version__ = version
# format:
# ('mlc_major', 'mlc_minor', 'mlc_patch')

0 comments on commit 5bf3396

Please sign in to comment.