Skip to content

Commit

Permalink
Preparation of v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
detlefarend committed May 7, 2024
1 parent 6b86b62 commit f749c87
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/rtd/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Detlef Arend, Steve Yuwono, Laxmikant Shrikant Baheti et al'

# The full version, including alpha/beta/rc tags
release = '0.1.5'
release = '0.1.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/rtd/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mlpro[full]>=1.4.1
mlpro[full]>=1.4.2
river>=0.21.0

sphinxcontrib-napoleon
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mlpro[full]>=1.4.1
mlpro[full]>=1.4.2
river>=0.21.0
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mlpro-int-river
version = 0.1.5
version = 0.1.6
author = MLPro Team
author_email = mlpro@listen.fh-swf.de
description = MLPro: Integration River
Expand All @@ -26,5 +26,5 @@ where = src

[options.extras_require]
full =
mlpro[full]>=1.4.1
mlpro[full]>=1.4.2
river>=0.21.0
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(name='mlpro-int-river',
version='0.1.5',
version='0.1.6',
description='MLPro: Integration River',
author='MLPro Team',
author_mail='mlpro@listen.fh-swf.de',
Expand All @@ -12,7 +12,7 @@
# Package dependencies for full installation
extras_require={
"full": [
"mlpro[full]>=1.4.1",
"mlpro[full]>=1.4.2",
"river>=0.21.0"
],
},
Expand Down

0 comments on commit f749c87

Please sign in to comment.