Skip to content

Commit

Permalink
set to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
detlefarend committed Mar 30, 2023
1 parent d5b9484 commit fda2652
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/rtd/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Detlef Arend, Steve Yuwono, Mochammad Rizky Diprasetya et al"

# The full version, including alpha/beta/rc tags
release = "1.0.2"
release = "1.1.0"


# -- General configuration ---------------------------------------------------
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 = mlpro
version = 1.0.2
version = 1.1.0
author = MLPro Team
author_email = mlpro@listen.fh-swf.de
description = MLPro - The Integrative Middleware Framework for Standardized Machine Learning
Expand Down
2 changes: 1 addition & 1 deletion src/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mlpro" %}
{% set version = "1.0.2" %}
{% set version = "1.1.0" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(name='mlpro',
version='1.0.2',
version='1.1.0',
description='MLPro - The Integrative Middleware Framework for Standardized Machine Learning',
author='MLPro Team',
author_mail='mlpro@listen.fh-swf.de',
Expand Down

0 comments on commit fda2652

Please sign in to comment.