Skip to content

Commit 20c4988

Browse files
authoredDec 12, 2022
update version to 0.6.1 (#995)
1 parent dde69fe commit 20c4988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = 'NSS Lab'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '0.6.0'
26+
release = '0.6.1'
2727

2828
# -- General configuration ---------------------------------------------------
2929

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# The text of the README file
1010
NAME = 'fedot'
11-
VERSION = '0.6.0'
11+
VERSION = '0.6.1'
1212
AUTHOR = 'NSS Lab'
1313
SHORT_DESCRIPTION = 'Automated machine learning framework for composite pipelines'
1414
README = Path(HERE, 'README.rst').read_text(encoding='utf-8')

0 commit comments

Comments
 (0)
Failed to load comments.