Skip to content

Commit 6470dd6

Browse files
committed
bump version to 1.2.1
1 parent 1342ed3 commit 6470dd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="mljar-supervised",
13-
version="1.2.0",
13+
version="1.2.1",
1414
description="Automated Machine Learning for Humans",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

supervised/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"
22

33
import numpy as np
44

0 commit comments

Comments
 (0)