Skip to content

Commit

Permalink
Update version to 0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Oct 4, 2021
1 parent d1a1a87 commit c0b9b8c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cpp/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
project('boomer', 'cpp', version : '0.6.1')
project('boomer', 'cpp', version : '0.6.2')
subproject('boosting')
subproject('seco')
4 changes: 2 additions & 2 deletions cpp/subprojects/boosting/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('boosting', 'cpp', version : '0.6.1')
project('boosting', 'cpp', version : '0.6.2')

# Source files
source_files = [
Expand Down Expand Up @@ -44,4 +44,4 @@ dependencies = [
include_directories = include_directories('include')

boosting_lib = library('mlrlboosting', source_files, include_directories : include_directories,
dependencies : dependencies, version : '0.6.1')
dependencies : dependencies, version : '0.6.2')
4 changes: 2 additions & 2 deletions cpp/subprojects/common/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('common', 'cpp', version : '0.6.1')
project('common', 'cpp', version : '0.6.2')

# Source files
source_files = [
Expand Down Expand Up @@ -102,5 +102,5 @@ dependencies = [
include_directories = include_directories('include')

common_lib = library('mlrlcommon', source_files, include_directories : include_directories, dependencies : dependencies,
version : '0.6.1')
version : '0.6.2')
common_dep = declare_dependency(include_directories : include_directories, link_with : common_lib)
4 changes: 2 additions & 2 deletions cpp/subprojects/seco/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('seco', 'cpp', version : '0.6.1')
project('seco', 'cpp', version : '0.6.2')

# Source files
source_files = [
Expand Down Expand Up @@ -37,4 +37,4 @@ dependencies = [
include_directories = include_directories('include')

seco_lib = library('mlrlseco', source_files, include_directories : include_directories, dependencies : dependencies,
version : '0.6.1')
version : '0.6.2')
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "BOOMER"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.6.1
PROJECT_NUMBER = 0.6.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author = 'Michael Rapp'

# The full version, including alpha/beta/rc tags
release = '0.6.1'
release = '0.6.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/python/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Michael Rapp'

# The full version, including alpha/beta/rc tags
release = '0.6.1'
release = '0.6.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setuptools.setup(
name='boomer',
version='0.6.1',
version='0.6.2',
description='BOOMER - An algorithm for learning gradient boosted multi-label classification rules',
url='https://github.com/mrapp-ke/Boomer',
author='Michael Rapp',
Expand Down

0 comments on commit c0b9b8c

Please sign in to comment.