Skip to content

Commit

Permalink
Preparation of Release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
detlefarend committed May 9, 2024
1 parent d036d50 commit b4589b3
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, Laxmikant Shrikant Baheti et al"

# The full version, including alpha/beta/rc tags
release = "1.4.2"
release = "1.4.3"


# -- 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.4.2
version = 1.4.3
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.4.2" %}
{% set version = "1.4.3" %}

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.4.2',
version='1.4.3',
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 b4589b3

Please sign in to comment.