Skip to content

Commit

Permalink
chore(release): updates code version to v1.1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored and actions-user committed Nov 12, 2021
1 parent 25bfebe commit 4f1169a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bayesian_learning_control/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The package version."""
# coding: utf-8
version = "1.1.38"
version = "1.1.39"
__version__ = version
# format:
# ('blc_major', 'blc_minor', 'blc_patch')
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = "1.1.38"
version = "1.1.39"
# The full version, including alpha/beta/rc tags.
release = "1.1.38"
release = "1.1.39"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bayesian-learning-control",
"version": "1.1.38",
"version": "1.1.39",
"repository": {
"type": "git",
"url": "[email protected]:rickstaa/bayesian-learning-control.git"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bayesian_learning_control
version = 1.1.38
version = 1.1.39
description = A python package for performing the whole safe machine learning control pipeline.
long_description = file: README.md, CHANGELOG.md, LICENSE.md
long_description_content_type=text/markdown
Expand Down

0 comments on commit 4f1169a

Please sign in to comment.