We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde69fe commit 20c4988Copy full SHA for 20c4988
docs/source/conf.py
@@ -23,7 +23,7 @@
23
author = 'NSS Lab'
24
25
# The full version, including alpha/beta/rc tags
26
-release = '0.6.0'
+release = '0.6.1'
27
28
# -- General configuration ---------------------------------------------------
29
setup.py
@@ -8,7 +8,7 @@
8
9
# The text of the README file
10
NAME = 'fedot'
11
-VERSION = '0.6.0'
+VERSION = '0.6.1'
12
AUTHOR = 'NSS Lab'
13
SHORT_DESCRIPTION = 'Automated machine learning framework for composite pipelines'
14
README = Path(HERE, 'README.rst').read_text(encoding='utf-8')
0 commit comments