We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6bc6c1 + 28b9451 commit cf7a1f4Copy full SHA for cf7a1f4
docs/conf.py
@@ -25,7 +25,7 @@
25
author = "Luka Pečnik"
26
27
# The full version, including alpha/beta/rc tags
28
-release = "1.1.7"
+release = "1.1.9"
29
30
31
# -- General configuration ---------------------------------------------------
niaaml/__init__.py
@@ -29,4 +29,4 @@
]
__project__ = "niaaml"
32
-__version__ = "1.1.7"
+__version__ = "1.1.9"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "NiaAML"
3
-version = "1.1.7"
+version = "1.1.9"
4
description = "Python automated machine learning framework."
5
license = "MIT"
6
authors = ["Luka Pečnik <lukapecnik96@gmail.com>", "Iztok Fister Jr. <iztok.fister1@um.si>"]
0 commit comments